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

Method stride

dep/agg/include/agg_rendering_buffer.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 return m_height;
86 }
87 AGG_INLINE int stride() const
88 {
89 return m_stride;
90 }
91 AGG_INLINE unsigned stride_abs() const
92 {
93 return (m_stride < 0) ? unsigned(-m_stride) : unsigned(m_stride);

Callers 8

attachMethod · 0.45
stack_blur_gray8Function · 0.45
stack_blur_rgb24Function · 0.45
stack_blur_rgba32Function · 0.45
fill_vspanMethod · 0.45
combine_vspanMethod · 0.45
fill_vspanMethod · 0.45
combine_vspanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected