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

Method row

dep/agg/include/agg_rendering_buffer.h:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 return m_start + y * (AGG_INT64)m_stride;
108 }
109 AGG_INLINE row_data row(int y) const
110 {
111 return row_data(0, m_width - 1, row_ptr(y));
112 }
113
114 //--------------------------------------------------------------------
115 template <class RenBuf>

Callers 3

blend_fromMethod · 0.45
blend_from_colorMethod · 0.45
blend_from_lutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected