Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsConic.h91 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function
92 fPts.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsQuad.h86 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
DSkPathOpsQuad.cpp47 this->otherPts(oddMan, endPt); in hullIntersects()
98 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
DSkPathOpsCubic.h85 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
DSkPathOpsTSect.h675 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()
DSkPathOpsCubic.cpp343 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic