Searched refs:is_end_poly (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_conv_unclose_polygon.h38 if(is_end_poly(cmd)) cmd &= ~path_flags_close;
H A Dagg_conv_close_polygon.h78 if(is_end_poly(cmd))
H A Dagg_rasterizer_outline.h80 if(is_end_poly(cmd))
H A Dagg_conv_adaptor_vcgen.h131 if(is_end_poly(cmd))
H A Dagg_conv_adaptor_vpgen.h124 if(is_end_poly(cmd))
H A Dagg_basics.h440 //-------------------------------------------------------------is_end_poly
441 inline bool is_end_poly(unsigned c) function in namespace:agg
456 return is_stop(c) || is_move_to(c) || is_end_poly(c);
H A Dagg_rasterizer_outline_aa.h149 if(is_end_poly(cmd))
H A Dagg_path_storage.h1270 is_end_poly(cmd = m_vertices.command(end)))
/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp65 if(is_end_poly(cmd))

Completed in 109 milliseconds