Searched refs:vcgen_contour (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_contour.h24 //----------------------------------------------------------vcgen_contour
28 class vcgen_contour class in namespace:agg
44 vcgen_contour();
77 vcgen_contour(const vcgen_contour&);
78 const vcgen_contour& operator = (const vcgen_contour&);
H A Dagg_conv_contour.h31 struct conv_contour : public conv_adaptor_vcgen<VertexSource, vcgen_contour>
33 typedef conv_adaptor_vcgen<VertexSource, vcgen_contour> base_type;
36 conv_adaptor_vcgen<VertexSource, vcgen_contour>(vs)
/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp27 vcgen_contour::vcgen_contour() : function in class:agg::vcgen_contour
41 void vcgen_contour::remove_all()
50 void vcgen_contour::add_vertex(double x, double y, unsigned cmd)
78 void vcgen_contour::rewind(unsigned)
102 unsigned vcgen_contour::vertex(double* x, double* y)

Completed in 43 milliseconds