Searched refs:m_auto_detect (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_contour.h65 void auto_detect_orientation(bool v) { m_auto_detect = v; }
66 bool auto_detect_orientation() const { return m_auto_detect; }
89 bool m_auto_detect; member in class:agg::vcgen_contour
/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp36 m_auto_detect(false)
83 if(m_auto_detect)

Completed in 49 milliseconds