Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsQuad.cpp55 for (int oddMan = 0; oddMan < kPointCount; ++oddMan) { in hullIntersects() local
108 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts()
DSkPathOpsQuad.h182 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts()
DSkPathOpsCubic.h238 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts()
DSkPathOpsConic.h192 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts()
DSkPathOpsCubic.cpp174 int oddMan = end1 ^ oddManMask; in hullIntersects() local