Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pathops/
H A 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()
H A DSkPathOpsQuad.h182 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts()
H A DSkPathOpsConic.h192 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts()
H A DSkPathOpsCubic.h238 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts()
H A DSkPathOpsCubic.cpp175 int oddMan = end1 ^ oddManMask; in hullIntersects() local