MCPcopy Create free account
hub / github.com/MapServer/MapServer / stride

Method stride

renderers/agg/include/agg_rendering_buffer.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 AGG_INLINE unsigned width() const { return m_width; }
73 AGG_INLINE unsigned height() const { return m_height; }
74 AGG_INLINE int stride() const { return m_stride; }
75 AGG_INLINE unsigned stride_abs() const
76 {
77 return (m_stride < 0) ? unsigned(-m_stride) : unsigned(m_stride);

Callers 9

aggGetRasterBufferHandleFunction · 0.45
aggGetRasterBufferCopyFunction · 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