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

Method command

dep/agg/include/agg_path_storage.h:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 //------------------------------------------------------------------------
299 template <class T, unsigned S, unsigned P>
300 inline unsigned vertex_block_storage<T, S, P>::command(unsigned idx) const
301 {
302 return m_cmd_blocks[idx >> block_shift][idx & block_mask];
303 }
304
305 //------------------------------------------------------------------------
306 template <class T, unsigned S, unsigned P>

Callers 3

invert_polygonMethod · 0.45
arrange_orientationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected