MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / size

Method size

dep/agg/include/agg_array.h:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 unsigned size() const
218 {
219 return m_size;
220 }
221 const T& operator[](unsigned i) const
222 {
223 return m_array[i];

Callers 15

renderMethod · 0.45
rewind_scanlinesMethod · 0.45
sweep_scanlineMethod · 0.45
byte_sizeMethod · 0.45
serializeMethod · 0.45
resetMethod · 0.45
num_spansMethod · 0.45
profile_sizeMethod · 0.45
first_clip_boxMethod · 0.45
next_clip_boxMethod · 0.45
remove_allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected