Searched refs:end_poly (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_bspline.h35 end_poly, enumerator in enum:agg::vcgen_bspline::status_e
H A Dagg_vcgen_smooth_poly1.h43 end_poly, enumerator in enum:agg::vcgen_smooth_poly1::status_e
H A Dagg_vcgen_contour.h36 end_poly, enumerator in enum:agg::vcgen_contour::status_e
H A Dagg_path_storage.h672 void end_poly(unsigned flags = path_flags_close);
1073 inline void path_base<VC>::end_poly(unsigned flags) function in class:agg::path_base
1085 end_poly(path_flags_close | flags);
1266 // Invert polygon, set orientation flag, and skip all end_poly
/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp126 m_status = end_poly;
153 case end_poly:
H A Dagg_vcgen_bspline.cpp163 m_status = end_poly;
170 m_status = end_poly;
181 case end_poly:
H A Dagg_vcgen_smooth_poly1.cpp141 m_status = end_poly;
151 m_status = end_poly;
213 case end_poly:

Completed in 54 milliseconds