Home
last modified time | relevance | path

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

/external/skia/src/pathops/
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 { in otherPts() function
180 fConic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsQuad.h88 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
170 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
171 fQuad.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsCubic.h87 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
227 fCubic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsTCurve.h37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
DSkPathOpsQuad.cpp51 this->otherPts(oddMan, endPt); in hullIntersects()
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
DSkPathOpsTSect.cpp322 const SkDPoint* otherPts[4], * oppOtherPts[4]; in onlyEndPointsInCommon() local
325 fPart->otherPts(baseIndex, otherPts); in onlyEndPointsInCommon()
326 opp->fPart->otherPts(*oppStart ? 0 : opp->fPart->pointLast(), oppOtherPts); in onlyEndPointsInCommon()
329 SkDVector v1 = *otherPts[o1] - base; in onlyEndPointsInCommon()
DSkPathOpsCubic.cpp333 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
/external/skqp/src/pathops/
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 { in otherPts() function
180 fConic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsQuad.h88 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
170 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
171 fQuad.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsCubic.h87 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
227 fCubic.otherPts(oddMan, endPt); in otherPts()
DSkPathOpsTCurve.h37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
DSkPathOpsQuad.cpp51 this->otherPts(oddMan, endPt); in hullIntersects()
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
DSkPathOpsTSect.cpp322 const SkDPoint* otherPts[4], * oppOtherPts[4]; in onlyEndPointsInCommon() local
325 fPart->otherPts(baseIndex, otherPts); in onlyEndPointsInCommon()
326 opp->fPart->otherPts(*oppStart ? 0 : opp->fPart->pointLast(), oppOtherPts); in onlyEndPointsInCommon()
329 SkDVector v1 = *otherPts[o1] - base; in onlyEndPointsInCommon()
DSkPathOpsCubic.cpp333 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic