Home
last modified time | relevance | path

Searched defs:oddMan (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsQuad.cpp23 for (int oddMan = 0; oddMan < kPointCount; ++oddMan) { in hullIntersects() local
68 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts()
DSkPathOpsCubic.cpp169 int oddMan = end1 ^ oddManMask; in hullIntersects() local