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

Method modify_vertex

renderers/agg/include/agg_path_storage.h:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 //------------------------------------------------------------------------
174 template<class T, unsigned S, unsigned P>
175 inline void vertex_block_storage<T,S,P>::modify_vertex(unsigned idx,
176 double x, double y)
177 {
178 T* pv = m_coord_blocks[idx >> block_shift] + ((idx & block_mask) << 1);
179 pv[0] = T(x);
180 pv[1] = T(y);
181 }
182
183 //------------------------------------------------------------------------
184 template<class T, unsigned S, unsigned P>

Callers 6

transformMethod · 0.45
transform_all_pathsMethod · 0.45
flip_xMethod · 0.45
flip_yMethod · 0.45
translateMethod · 0.45
translate_all_pathsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected