Searched refs:vertex (Results 26 - 50 of 66) sorted by relevance

123

/haiku/headers/libs/agg/
H A Dagg_vpgen_clip_polyline.h61 unsigned vertex(double* x, double* y);
H A Dagg_trans_single_path.h65 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_vcgen_dash.h65 unsigned vertex(double* x, double* y);
H A Dagg_vcgen_smooth_poly1.h61 unsigned vertex(double* x, double* y);
H A Dagg_ellipse.h50 unsigned vertex(double* x, double* y);
101 inline unsigned ellipse::vertex(double* x, double* y) function in class:agg::ellipse
H A Dagg_trans_double_path.h73 while(!is_stop(cmd = vs1.vertex(&x, &y)))
89 while(!is_stop(cmd = vs2.vertex(&x, &y)))
H A Dagg_curves.h67 unsigned vertex(double* x, double* y);
136 unsigned vertex(double* x, double* y) function in class:agg::curve3_div
240 unsigned vertex(double* x, double* y);
445 unsigned vertex(double* x, double* y) function in class:agg::curve4_div
561 unsigned vertex(double* x, double* y) function in class:agg::curve3
565 return m_curve_inc.vertex(x, y);
567 return m_curve_div.vertex(x, y);
675 unsigned vertex(double* x, double* y) function in class:agg::curve4
679 return m_curve_inc.vertex(x, y);
681 return m_curve_div.vertex(
[all...]
H A Dagg_path_storage.h68 unsigned vertex(unsigned idx, double* x, double* y) const;
148 unsigned cmd = v.vertex(i, &x, &y);
235 if(m_total_vertices) return vertex(m_total_vertices - 1, x, y);
243 if(m_total_vertices > 1) return vertex(m_total_vertices - 2, x, y);
280 inline unsigned vertex_block_storage<T,S,P>::vertex(unsigned idx, function in class:agg::vertex_block_storage
388 unsigned vertex(double* x, double* y) function in class:agg::poly_plain_adaptor
452 unsigned vertex(double* x, double* y) function in class:agg::poly_container_adaptor
514 unsigned vertex(double* x, double* y) function in class:agg::poly_container_reverse_adaptor
574 unsigned vertex(double* x, double* y) function in class:agg::line_adaptor
576 return m_line.vertex(
1125 inline unsigned path_base<VC>::vertex(unsigned idx, double* x, double* y) const function in class:agg::path_base
1167 inline unsigned path_base<VC>::vertex(double* x, double* y) function in class:agg::path_base
1439 unsigned vertex(unsigned idx, double* x, double* y) const function in class:agg::vertex_stl_storage
[all...]
H A Dagg_bounding_rect.h47 while(!is_stop(cmd = vs.vertex(&x, &y)))
89 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_vcgen_contour.h74 unsigned vertex(double* x, double* y);
H A Dagg_rasterizer_outline.h101 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_vcgen_stroke.h82 unsigned vertex(double* x, double* y);
/haiku/src/libs/agg/src/
H A Dagg_vpgen_clip_polyline.cpp67 unsigned vpgen_clip_polyline::vertex(double* x, double* y) function in class:agg::vpgen_clip_polyline
H A Dagg_arrowhead.cpp98 unsigned arrowhead::vertex(double* x, double* y) function in class:agg::arrowhead
H A Dagg_vcgen_markers_term.cpp84 unsigned vcgen_markers_term::vertex(double* x, double* y) function in class:agg::vcgen_markers_term
H A Dagg_vpgen_clip_polygon.cpp23 // Determine the clipping code of the vertex according to the
118 unsigned vpgen_clip_polygon::vertex(double* x, double* y) function in class:agg::vpgen_clip_polygon
H A Dagg_vpgen_segmentator.cpp46 unsigned vpgen_segmentator::vertex(double* x, double* y) function in class:agg::vpgen_segmentator
H A Dagg_arc.cpp16 // Arc vertex generator
65 unsigned arc::vertex(double* x, double* y) function in class:agg::arc
H A Dagg_vcgen_contour.cpp102 unsigned vcgen_contour::vertex(double* x, double* y) function in class:agg::vcgen_contour
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.h48 virtual unsigned vertex(double* x, double* y);
H A DStrokeTransformer.h45 virtual unsigned vertex(double* x, double* y);
H A DContourTransformer.h45 virtual unsigned vertex(double* x, double* y);
H A DAffineTransformer.cpp77 // vertex
79 AffineTransformer::vertex(double* x, double* y) function in class:AffineTransformer
81 return Affine::vertex(x, y);
H A DContourTransformer.cpp95 // vertex
97 ContourTransformer::vertex(double* x, double* y) function in class:ContourTransformer
99 return Contour::vertex(x, y);
H A DPerspectiveTransformer.h75 virtual unsigned vertex(double* x, double* y);

Completed in 191 milliseconds

123