Searched defs:is_stop (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/third_party/agg23/ | ||
H A D | agg_basics.h | 177 inline bool is_stop(unsigned c) function in namespace:agg 221 return is_stop(c) || is_move_to(c) || is_end_poly(c); |
Completed in 25 milliseconds