Searched refs:add_vertex (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_conv_adaptor_vcgen.h | 23 void add_vertex(float, float, unsigned) {} in add_vertex() function 99 m_generator.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex() 100 m_markers.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex() 110 m_generator.add_vertex(*x, *y, cmd); in vertex() 111 m_markers.add_vertex(*x, *y, path_cmd_line_to); in vertex() 118 m_generator.add_vertex(*x, *y, cmd); in vertex()
|
D | agg_path_storage.h | 70 add_vertex(x, y, cmd); 86 add_vertex(x, y, cmd | flag); 111 void add_vertex(float x, float y, unsigned cmd); 154 inline void path_storage::add_vertex(float x, float y, unsigned cmd) in add_vertex() function 165 add_vertex(x, y, path_cmd_move_to); in move_to() 169 add_vertex(x, y, path_cmd_line_to); in line_to()
|
D | agg_path_storage.cpp | 85 add_vertex(x_ctrl1, y_ctrl1, path_cmd_curve4); in curve4() 86 add_vertex(x_ctrl2, y_ctrl2, path_cmd_curve4); in curve4() 87 add_vertex(x_to, y_to, path_cmd_curve4); in curve4() 93 add_vertex(0, 0, path_cmd_end_poly | path_flags_close); in end_poly()
|
D | agg_rasterizer_scanline_aa.h | 229 void add_vertex(float x, float y, unsigned cmd) in add_vertex() function 382 add_vertex(x, y, cmd); 398 add_vertex(x, y, cmd);
|
D | agg_vcgen_dash.h | 52 void add_vertex(float x, float y, unsigned cmd);
|
D | agg_vcgen_stroke.h | 98 void add_vertex(float x, float y, unsigned cmd);
|
D | agg_vcgen_dash.cpp | 83 void vcgen_dash::add_vertex(float x, float y, unsigned cmd) in add_vertex() function in agg::vcgen_dash
|
D | agg_vcgen_stroke.cpp | 53 void vcgen_stroke::add_vertex(float x, float y, unsigned cmd) in add_vertex() function in agg::vcgen_stroke
|