Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.cpp168 int oddMan2 = end2 ^ oddManMask; in hullIntersects() local
169 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp; in hullIntersects()