HomeSort by relevance Sort by last modified time
    Searched refs:add_vertex (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_path_storage.cpp 92 add_vertex(x_ctrl1, y_ctrl1, path_cmd_curve4);
93 add_vertex(x_ctrl2, y_ctrl2, path_cmd_curve4);
94 add_vertex(x_to, y_to, path_cmd_curve4);
100 add_vertex(0, 0, path_cmd_end_poly | path_flags_close);
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_vcgen_dash.h 52 void add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd);
agg_vcgen_stroke.h 98 void add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd);
agg_rasterizer_scanline_aa.h 226 void add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) function in class:agg::rasterizer_scanline_aa
379 add_vertex(x, y, cmd);
393 add_vertex(x, y, cmd);
fx_agg_vcgen_dash.cpp 82 void vcgen_dash::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) function in class:agg::vcgen_dash
fx_agg_vcgen_stroke.cpp 52 void vcgen_stroke::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) function in class:agg::vcgen_stroke

Completed in 359 milliseconds