Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.cpp165 int oddManMask = other_two(end1, end2); in hullIntersects() local
166 int oddMan = end1 ^ oddManMask; in hullIntersects()
168 int oddMan2 = end2 ^ oddManMask; in hullIntersects()