Searched refs:conv_adaptor_vpgen (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_conv_segmentator.h28 struct conv_segmentator : public conv_adaptor_vpgen<VertexSource, vpgen_segmentator>
30 typedef conv_adaptor_vpgen<VertexSource, vpgen_segmentator> base_type;
33 conv_adaptor_vpgen<VertexSource, vpgen_segmentator>(vs) {}
H A Dagg_conv_clip_polygon.h38 struct conv_clip_polygon : public conv_adaptor_vpgen<VertexSource, vpgen_clip_polygon>
40 typedef conv_adaptor_vpgen<VertexSource, vpgen_clip_polygon> base_type;
43 conv_adaptor_vpgen<VertexSource, vpgen_clip_polygon>(vs) {}
H A Dagg_conv_clip_polyline.h38 struct conv_clip_polyline : public conv_adaptor_vpgen<VertexSource, vpgen_clip_polyline>
40 typedef conv_adaptor_vpgen<VertexSource, vpgen_clip_polyline> base_type;
43 conv_adaptor_vpgen<VertexSource, vpgen_clip_polyline>(vs) {}
H A Dagg_conv_adaptor_vpgen.h24 //======================================================conv_adaptor_vpgen
25 template<class VertexSource, class VPGen> class conv_adaptor_vpgen class in namespace:agg
28 conv_adaptor_vpgen(VertexSource& source) : m_source(&source) {} function in class:agg::conv_adaptor_vpgen
38 conv_adaptor_vpgen(const conv_adaptor_vpgen<VertexSource, VPGen>&);
39 const conv_adaptor_vpgen<VertexSource, VPGen>&
40 operator = (const conv_adaptor_vpgen<VertexSource, VPGen>&);
54 void conv_adaptor_vpgen<VertexSource, VPGen>::rewind(unsigned path_id)
67 unsigned conv_adaptor_vpgen<VertexSource, VPGen>::vertex(double* x, double* y)

Completed in 35 milliseconds