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

Method row_ptr

dep/agg/include/agg_rendering_buffer.h:97–100  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

95
96 //--------------------------------------------------------------------
97 AGG_INLINE T* row_ptr(int, int y, unsigned)
98 {
99 return m_start + y * (AGG_INT64)m_stride;
100 }
101 AGG_INLINE T* row_ptr(int y)
102 {
103 return m_start + y * (AGG_INT64)m_stride;

Callers 15

createMethod · 0.45
pixelMethod · 0.45
combine_pixelMethod · 0.45
fill_hspanMethod · 0.45
combine_hspanMethod · 0.45
fill_vspanMethod · 0.45
combine_vspanMethod · 0.45
pixelMethod · 0.45
combine_pixelMethod · 0.45
fill_hspanMethod · 0.45
combine_hspanMethod · 0.45
fill_vspanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected