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

123

/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp137 PerspectiveTransformer::vertex(double* x, double* y) function in class:PerspectiveTransformer
141 return Perspective::vertex(x, y);
145 return Perspective::vertex(x, y);
H A DStrokeTransformer.cpp99 // vertex
101 StrokeTransformer::vertex(double* x, double* y) function in class:StrokeTransformer
103 return Stroke::vertex(x, y);
/haiku/src/libs/agg/src/
H A Dagg_vcgen_dash.cpp142 unsigned vcgen_dash::vertex(double* x, double* y) function in class:agg::vcgen_dash
H A Dagg_vcgen_bspline.cpp126 unsigned vcgen_bspline::vertex(double* x, double* y) function in class:agg::vcgen_bspline
H A Dagg_vcgen_smooth_poly1.cpp102 unsigned vcgen_smooth_poly1::vertex(double* x, double* y) function in class:agg::vcgen_smooth_poly1
H A Dagg_vcgen_stroke.cpp85 unsigned vcgen_stroke::vertex(double* x, double* y) function in class:agg::vcgen_stroke
H A Dagg_curves.cpp101 unsigned curve3_inc::vertex(double* x, double* y) function in class:agg::curve3_inc
341 unsigned curve4_inc::vertex(double* x, double* y) function in class:agg::curve4_inc
H A Dagg_gsv_text.cpp605 unsigned gsv_text::vertex(double* x, double* y) function in class:agg::gsv_text
/haiku/headers/libs/agg/
H A Dagg_span_gouraud.h70 // triangle and render it as a 6-vertex polygon.
123 unsigned vertex(double* x, double* y) function in class:agg::span_gouraud
H A Dagg_rasterizer_scanline_aa.h91 // In this case the vertex order of all the contours must be the same
95 // contours with the same vertex order will be rendered without "holes"
196 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_rasterizer_outline_aa.h32 // Vertex (x, y) with the distance to the next one. The last vertex has
173 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_rasterizer_compound_aa.h150 while(!is_stop(cmd = vs.vertex(&x, &y)))
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp643 unsigned cmd = curve.vertex(&x1, &y1);
645 cmd = curve.vertex(&x2, &y2);
863 unsigned cmd = curve.vertex(&x, &y);
867 cmd = curve.vertex(&x, &y);
880 unsigned cmd = curve.vertex(&x, &y);
884 cmd = curve.vertex(&x, &y);
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h116 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A DPainter.cpp1298 unsigned cmd = segmentedArc.vertex(&x, &y);
1301 cmd = segmentedArc.vertex(&x, &y);
1335 unsigned cmd = segmentedArc.vertex(&x, &y);
1338 cmd = segmentedArc.vertex(&x, &y);
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp730 unsigned cmd = segmentedArc.vertex(&x, &y);
733 cmd = segmentedArc.vertex(&x, &y);

Completed in 131 milliseconds

123