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

Method modify_command

dep/agg/include/agg_path_storage.h:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 //------------------------------------------------------------------------
195 template <class T, unsigned S, unsigned P>
196 inline void vertex_block_storage<T, S, P>::modify_command(
197 unsigned idx, unsigned cmd)
198 {
199 m_cmd_blocks[idx >> block_shift][idx & block_mask] = (int8u)cmd;
200 }
201
202 //------------------------------------------------------------------------
203 template <class T, unsigned S, unsigned P>

Callers 2

invert_polygonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected