Home
last modified time | relevance | path

Searched refs:otherPts (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsConic.h93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function
94 fPts.otherPts(oddMan, endPt); in otherPts()
179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override {
180 fConic.otherPts(oddMan, endPt);
H A DSkPathOpsQuad.h88 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
170 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override {
171 fQuad.otherPts(oddMan, endPt);
H A DSkPathOpsCubic.h87 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override {
227 fCubic.otherPts(oddMan, endPt);
H A DSkPathOpsTCurve.h37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
H A DSkPathOpsQuad.cpp51 this->otherPts(oddMan, endPt); in hullIntersects()
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
H A DSkPathOpsTSect.cpp323 const SkDPoint* otherPts[4], * oppOtherPts[4]; in onlyEndPointsInCommon() local
324 // const SkDPoint* otherPts[this->pointCount() - 1], * oppOtherPts[opp->pointCount() - 1]; in onlyEndPointsInCommon()
326 fPart->otherPts(baseIndex, otherPts); in onlyEndPointsInCommon()
327 opp->fPart->otherPts(*oppStart ? 0 : opp->fPart->pointLast(), oppOtherPts); in onlyEndPointsInCommon()
330 SkDVector v1 = *otherPts[o1] - base; in onlyEndPointsInCommon()
H A DSkPathOpsCubic.cpp335 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic

Completed in 7 milliseconds