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

/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp35 m_orientation(0),
45 m_orientation = 0;
68 if(m_orientation == path_flags_none)
70 m_orientation = get_orientation(cmd);
85 if(!is_oriented(m_orientation))
87 m_orientation = (calc_polygon_area(m_src_vertices) > 0.0) ?
92 if(is_oriented(m_orientation))
94 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width);
/haiku/headers/libs/agg/
H A Dagg_vcgen_contour.h88 unsigned m_orientation; member in class:agg::vcgen_contour

Completed in 35 milliseconds