Home
last modified time | relevance | path

Searched refs:vpgen_clip_polygon (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/agg/src/
H A Dagg_vpgen_clip_polygon.cpp40 unsigned vpgen_clip_polygon::clipping_flags(double x, double y) in clipping_flags()
63 void vpgen_clip_polygon::reset() in reset()
70 void vpgen_clip_polygon::move_to(double x, double y) in move_to()
88 void vpgen_clip_polygon::line_to(double x, double y) in line_to()
118 unsigned vpgen_clip_polygon::vertex(double* x, double* y) in vertex()
/haiku/headers/libs/agg/
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) {} in conv_clip_polygon()
H A Dagg_vpgen_clip_polygon.h28 class vpgen_clip_polygon
31 vpgen_clip_polygon() : in vpgen_clip_polygon() function