Searched refs:modify_command (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_path_storage.h | 57 void modify_command(unsigned idx, unsigned cmd); 199 inline void vertex_block_storage<T,S,P>::modify_command(unsigned idx, in modify_command() function 695 void modify_command(unsigned idx, unsigned cmd); 1153 void path_base<VC>::modify_command(unsigned idx, unsigned cmd) in modify_command() function 1155 m_vertices.modify_command(idx, cmd); in modify_command() 1207 m_vertices.modify_command(i, m_vertices.command(i + 1)); in invert_polygon() 1211 m_vertices.modify_command(end, tmp_cmd); in invert_polygon() 1272 m_vertices.modify_command(end++, set_orientation(cmd, orientation)); in arrange_polygon_orientation() 1385 void modify_command(unsigned idx, unsigned cmd) in modify_command() function
|