Home
last modified time | relevance | path

Searched refs:auto_unclose (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vpgen_segmentator.h38 static bool auto_unclose() { return false; } in auto_unclose() function
H A Dagg_vpgen_clip_polyline.h56 static bool auto_unclose() { return true; } in auto_unclose() function
H A Dagg_vpgen_clip_polygon.h58 static bool auto_unclose() { return false; } in auto_unclose() function
H A Dagg_conv_adaptor_vpgen.h75 if(m_poly_flags && !m_vpgen.auto_unclose()) in vertex()