Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsQuad.cpp49 for (int oddMan = 0; oddMan < kPointCount; ++oddMan) { in hullIntersects() local
51 this->otherPts(oddMan, endPt); in hullIntersects()
56 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() argument
104 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan in otherPts()
DSkPathOpsConic.h93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts()
94 fPts.otherPts(oddMan, endPt); in otherPts()
179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument
180 fConic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsQuad.h88 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
170 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument
171 fQuad.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsTCurve.h37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
DSkPathOpsCubic.h226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument
227 fCubic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsCubic.cpp165 int oddMan = end1 ^ oddManMask; in hullIntersects() local
166 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
/third_party/skia/src/pathops/
DSkPathOpsQuad.cpp49 for (int oddMan = 0; oddMan < kPointCount; ++oddMan) { in hullIntersects() local
51 this->otherPts(oddMan, endPt); in hullIntersects()
56 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() argument
104 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan in otherPts()
DSkPathOpsConic.h93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts()
94 fPts.otherPts(oddMan, endPt); in otherPts()
179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument
180 fConic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsQuad.h88 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
170 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument
171 fQuad.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsTCurve.h37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
DSkPathOpsCubic.h226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument
227 fCubic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsCubic.cpp166 int oddMan = end1 ^ oddManMask; in hullIntersects() local
167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()