Searched defs:auto_detect_orientation (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_conv_contour.h47 void auto_detect_orientation(bool v) { base_type::generator().auto_detect_orientation(v); } function in struct:agg::conv_contour
55 bool auto_detect_orientation() const { return base_type::generator().auto_detect_orientation(); } function in struct:agg::conv_contour
H A Dagg_vcgen_contour.h65 void auto_detect_orientation(bool v) { m_auto_detect = v; } function in class:agg::vcgen_contour
66 bool auto_detect_orientation() const { return m_auto_detect; } function in class:agg::vcgen_contour

Completed in 49 milliseconds