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

Method stride_abs

dep/agg/include/agg_rendering_buffer.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 return m_stride;
90 }
91 AGG_INLINE unsigned stride_abs() const
92 {
93 return (m_stride < 0) ? unsigned(-m_stride) : unsigned(m_stride);
94 }
95
96 //--------------------------------------------------------------------
97 AGG_INLINE T* row_ptr(int, int y, unsigned)

Callers 2

copy_fromMethod · 0.45
copy_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected