Searched refs:add_vertex (Results 1 - 20 of 20) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_conv_adaptor_vcgen.h27 void add_vertex(double, double, unsigned) {} function in struct:agg::null_markers
106 m_generator.add_vertex(m_start_x, m_start_y, path_cmd_move_to);
107 m_markers.add_vertex(m_start_x, m_start_y, path_cmd_move_to);
121 m_generator.add_vertex(*x, *y, cmd);
122 m_markers.add_vertex(*x, *y, path_cmd_line_to);
133 m_generator.add_vertex(*x, *y, cmd);
H A Dagg_vcgen_bspline.h49 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_vcgen_markers_term.h38 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_vcgen_vertex_sequence.h43 void add_vertex(double x, double y, unsigned cmd);
74 inline void vcgen_vertex_sequence::add_vertex(double x, double y, unsigned cmd) function in class:agg::vcgen_vertex_sequence
H A Dagg_vcgen_dash.h61 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_vcgen_smooth_poly1.h57 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_rasterizer_outline.h72 void add_vertex(double x, double y, unsigned cmd) function in class:agg::rasterizer_outline
103 add_vertex(x, y, cmd);
H A Dagg_path_storage.h54 void add_vertex(double x, double y, unsigned cmd);
149 add_vertex(x, y, cmd);
163 inline void vertex_block_storage<T,S,P>::add_vertex(double x, double y, function in class:agg::vertex_block_storage
728 m_vertices.add_vertex(x, y, cmd);
753 m_vertices.add_vertex(x, y, cmd);
766 m_vertices.add_vertex(x, y, cmd);
771 m_vertices.add_vertex(x, y, is_move_to(cmd) ?
813 m_vertices.add_vertex(0.0, 0.0, path_cmd_stop);
839 m_vertices.add_vertex(x, y, path_cmd_move_to);
847 m_vertices.add_vertex(d
1363 void add_vertex(double x, double y, unsigned cmd) function in class:agg::vertex_stl_storage
[all...]
H A Dagg_vcgen_contour.h70 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_vcgen_stroke.h78 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_rasterizer_scanline_aa.h181 void add_vertex(double x, double y, unsigned cmd);
198 add_vertex(x, y, cmd);
411 void rasterizer_scanline_aa<Clip>::add_vertex(double x, double y, unsigned cmd) function in class:agg::rasterizer_scanline_aa
H A Dagg_rasterizer_compound_aa.h135 void add_vertex(double x, double y, unsigned cmd);
152 add_vertex(x, y, cmd);
387 void rasterizer_compound_aa<Clip>::add_vertex(double x, double y, unsigned cmd) function in class:agg::rasterizer_compound_aa
H A Dagg_rasterizer_outline_aa.h140 void add_vertex(double x, double y, unsigned cmd) function in class:agg::rasterizer_outline_aa
175 add_vertex(x, y, cmd);
/haiku/src/libs/agg/src/
H A Dagg_vcgen_markers_term.cpp33 void vcgen_markers_term::add_vertex(double x, double y, unsigned cmd) function in class:agg::vcgen_markers_term
H A Dagg_vcgen_contour.cpp50 void vcgen_contour::add_vertex(double x, double y, unsigned cmd) function in class:agg::vcgen_contour
H A Dagg_vcgen_dash.cpp107 void vcgen_dash::add_vertex(double x, double y, unsigned cmd) function in class:agg::vcgen_dash
H A Dagg_vcgen_bspline.cpp45 void vcgen_bspline::add_vertex(double x, double y, unsigned cmd) function in class:agg::vcgen_bspline
H A Dagg_vcgen_smooth_poly1.cpp46 void vcgen_smooth_poly1::add_vertex(double x, double y, unsigned cmd) function in class:agg::vcgen_smooth_poly1
H A Dagg_vcgen_stroke.cpp49 void vcgen_stroke::add_vertex(double x, double y, unsigned cmd) function in class:agg::vcgen_stroke
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h101 void add_vertex(double x, double y, unsigned cmd);
121 add_vertex(x, y, cmd);
449 void rasterizer_scanline_aa_subpix<Clip>::add_vertex(double x, double y, unsigned cmd) function in class:agg::rasterizer_scanline_aa_subpix

Completed in 169 milliseconds