Home
last modified time | relevance | path

Searched refs:otherPts (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsConic.h83 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function
84 fPts.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsQuad.cpp25 this->otherPts(oddMan, endPt); in hullIntersects()
68 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
DSkPathOpsQuad.h71 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
DSkPathOpsCubic.h89 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
DSkPathOpsTSect.h632 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()
DSkPathOpsCubic.cpp304 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic