Home
last modified time | relevance | path

Searched refs:path_flags_ccw (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_basics.h161 path_flags_ccw = 0x10, enumerator
215 return (c & ~(path_flags_cw | path_flags_ccw)) == in is_close()
231 return (c & path_flags_ccw) != 0; in is_ccw()
236 return (c & (path_flags_cw | path_flags_ccw)) != 0; in is_oriented()
251 return c & ~(path_flags_cw | path_flags_ccw); in clear_orientation()
256 return c & (path_flags_cw | path_flags_ccw); in get_orientation()
Dagg_vcgen_stroke.cpp204 return path_cmd_end_poly | path_flags_close | path_flags_ccw; in vertex()