/external/skia/src/pathops/ |
D | SkPathOpsConic.h | 93 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()
|
D | SkPathOpsQuad.h | 88 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()
|
D | SkPathOpsCubic.h | 87 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()
|
D | SkPathOpsTCurve.h | 37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
|
D | SkPathOpsQuad.cpp | 51 this->otherPts(oddMan, endPt); in hullIntersects() 102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
|
D | SkPathOpsTSect.cpp | 322 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()
|
D | SkPathOpsCubic.cpp | 333 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
|
/external/skqp/src/pathops/ |
D | SkPathOpsConic.h | 93 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()
|
D | SkPathOpsQuad.h | 88 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()
|
D | SkPathOpsCubic.h | 87 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()
|
D | SkPathOpsTCurve.h | 37 virtual void otherPts(int oddMan, const SkDPoint* endPt[2]) const = 0;
|
D | SkPathOpsQuad.cpp | 51 this->otherPts(oddMan, endPt); in hullIntersects() 102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
|
D | SkPathOpsTSect.cpp | 322 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()
|
D | SkPathOpsCubic.cpp | 333 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
|