MCPcopy Create free account
hub / github.com/MapServer/MapServer / command

Method command

renderers/agg/include/agg_path_storage.h:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 //------------------------------------------------------------------------
291 template<class T, unsigned S, unsigned P>
292 inline unsigned vertex_block_storage<T,S,P>::command(unsigned idx) const
293 {
294 return m_cmd_blocks[idx >> block_shift][idx & block_mask];
295 }
296
297 //------------------------------------------------------------------------
298 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