/external/pdfium/third_party/agg23/ |
agg_vcgen_dash.cpp | 84 void vcgen_dash::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) function in class:agg::vcgen_dash
|
agg_vcgen_stroke.cpp | 54 void vcgen_stroke::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) function in class:agg::vcgen_stroke
|
agg_conv_adaptor_vcgen.h | 23 void add_vertex(FX_FLOAT, FX_FLOAT, unsigned) {} function in struct:agg::null_markers 99 m_generator.add_vertex(m_start_x, m_start_y, path_cmd_move_to); 100 m_markers.add_vertex(m_start_x, m_start_y, path_cmd_move_to); 110 m_generator.add_vertex(*x, *y, cmd); 111 m_markers.add_vertex(*x, *y, path_cmd_line_to); 118 m_generator.add_vertex(*x, *y, cmd);
|
agg_path_storage.h | 70 add_vertex(x, y, cmd); 86 add_vertex(x, y, cmd | flag); 111 void add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd); 154 inline void path_storage::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) function in class:agg::path_storage 165 add_vertex(x, y, path_cmd_move_to); 169 add_vertex(x, y, path_cmd_line_to);
|
agg_rasterizer_scanline_aa.h | 229 void add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) function in class:agg::rasterizer_scanline_aa 382 add_vertex(x, y, cmd); 396 add_vertex(x, y, cmd);
|