HomeSort by relevance Sort by last modified time
    Searched refs:is_end_poly (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/agg23/
agg_conv_adaptor_vcgen.h 117 if(is_end_poly(cmd)) {
agg_basics.h 207 inline bool is_end_poly(unsigned c) function in namespace:agg
221 return is_stop(c) || is_move_to(c) || is_end_poly(c);

Completed in 163 milliseconds