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

/haiku-fatelf/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
/haiku-fatelf/src/libs/icon/transformer/
H A DContourTransformer.cpp33 auto_detect_orientation(true);
42 auto_detect_orientation(true);
81 clone->auto_detect_orientation(auto_detect_orientation());
163 auto_detect_orientation()));
197 auto_detect_orientation());
198 if (ado != auto_detect_orientation()) {
199 auto_detect_orientation(ado);
/haiku-fatelf/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp62 fContour.auto_detect_orientation(false);

Completed in 56 milliseconds