Searched refs:oddMan (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsQuad.cpp | 49 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()
|
D | SkPathOpsConic.h | 93 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()
|
D | SkPathOpsQuad.h | 88 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()
|
D | SkPathOpsTCurve.h | 37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
|
D | SkPathOpsCubic.h | 226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument 227 fCubic.otherPts(oddMan, endPt); in otherPts()
|
D | SkPathOpsCubic.cpp | 165 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/ |
D | SkPathOpsQuad.cpp | 49 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()
|
D | SkPathOpsConic.h | 93 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()
|
D | SkPathOpsQuad.h | 88 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()
|
D | SkPathOpsTCurve.h | 37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
|
D | SkPathOpsCubic.h | 226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() argument 227 fCubic.otherPts(oddMan, endPt); in otherPts()
|
D | SkPathOpsCubic.cpp | 166 int oddMan = end1 ^ oddManMask; in hullIntersects() local 167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
|