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

Method modify_command

renderers/agg/include/agg_path_storage.h:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

invert_polygonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected