Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_basics.h159 path_flags_cw = 0x20, enumerator
212 return (c & ~(path_flags_cw | path_flags_ccw)) == in is_close()
223 return (c & path_flags_cw) != 0; in is_cw()
233 return (c & (path_flags_cw | path_flags_ccw)) != 0; in is_oriented()
248 return c & ~(path_flags_cw | path_flags_ccw); in clear_orientation()
253 return c & (path_flags_cw | path_flags_ccw); in get_orientation()
Dfx_agg_vcgen_stroke.cpp206 return path_cmd_end_poly | path_flags_close | path_flags_cw; in vertex()