Searched refs:otherPts (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsConic.h | 91 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function 92 fPts.otherPts(oddMan, endPt); in otherPts()
|
D | SkPathOpsQuad.h | 86 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
|
D | SkPathOpsQuad.cpp | 47 this->otherPts(oddMan, endPt); in hullIntersects() 98 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
|
D | SkPathOpsCubic.h | 85 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
|
D | SkPathOpsTSect.h | 675 const SkDPoint* otherPts[TCurve::kPointCount - 1], * oppOtherPts[OppCurve::kPointCount - 1]; in onlyEndPointsInCommon() local 677 fPart.otherPts(baseIndex, otherPts); in onlyEndPointsInCommon() 678 opp->fPart.otherPts(*oppStart ? 0 : OppCurve::kPointLast, oppOtherPts); in onlyEndPointsInCommon() 680 for (int o1 = 0; o1 < (int) SK_ARRAY_COUNT(otherPts); ++o1) { in onlyEndPointsInCommon() 681 SkDVector v1 = *otherPts[o1] - base; in onlyEndPointsInCommon()
|
D | SkPathOpsCubic.cpp | 343 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
|