Searched refs:otherPts (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsConic.h | 83 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function 84 fPts.otherPts(oddMan, endPt); in otherPts()
|
D | SkPathOpsQuad.cpp | 25 this->otherPts(oddMan, endPt); in hullIntersects() 68 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
|
D | SkPathOpsQuad.h | 71 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
|
D | SkPathOpsCubic.h | 89 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
|
D | SkPathOpsTSect.h | 632 const SkDPoint* otherPts[TCurve::kPointCount - 1], * oppOtherPts[OppCurve::kPointCount - 1]; in onlyEndPointsInCommon() local 634 fPart.otherPts(baseIndex, otherPts); in onlyEndPointsInCommon() 635 opp->fPart.otherPts(*oppStart ? 0 : OppCurve::kPointLast, oppOtherPts); in onlyEndPointsInCommon() 637 for (int o1 = 0; o1 < (int) SK_ARRAY_COUNT(otherPts); ++o1) { in onlyEndPointsInCommon() 638 SkDVector v1 = *otherPts[o1] - base; in onlyEndPointsInCommon()
|
D | SkPathOpsCubic.cpp | 304 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
|