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

  /external/pdfium/third_party/agg23/
agg_basics.h 161 path_flags_ccw = 0x10, enumerator in enum:agg::path_flags_e
215 return (c & ~(path_flags_cw | path_flags_ccw)) ==
231 return (c & path_flags_ccw) != 0;
236 return (c & (path_flags_cw | path_flags_ccw)) != 0;
251 return c & ~(path_flags_cw | path_flags_ccw);
256 return c & (path_flags_cw | path_flags_ccw);
agg_vcgen_stroke.cpp 203 return path_cmd_end_poly | path_flags_close | path_flags_ccw;

Completed in 94 milliseconds