Home
last modified time | relevance | path

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; } in auto_detect_orientation()
66 bool auto_detect_orientation() const { return m_auto_detect; } in auto_detect_orientation()
89 bool m_auto_detect; variable
/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp36 m_auto_detect(false) in vcgen_contour()
83 if(m_auto_detect) in rewind()