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

Method height

dep/agg/include/agg_rendering_buffer.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 return m_width;
82 }
83 AGG_INLINE unsigned height() const
84 {
85 return m_height;
86 }
87 AGG_INLINE int stride() const
88 {
89 return m_stride;

Callers 2

copy_fromMethod · 0.45
copy_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected