Searched defs:otherPts (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsConic.h | 93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function 179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
|
D | SkPathOpsQuad.h | 170 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
|
D | SkPathOpsCubic.h | 226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
|
D | SkPathOpsQuad.cpp | 102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
|
D | SkPathOpsCubic.cpp | 333 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
|
D | SkPathOpsTSect.cpp | 322 const SkDPoint* otherPts[4], * oppOtherPts[4]; in onlyEndPointsInCommon() local
|
/third_party/skia/src/pathops/ |
D | SkPathOpsConic.h | 93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function 179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
|
D | SkPathOpsQuad.h | 170 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
|
D | SkPathOpsCubic.h | 226 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts() function
|
D | SkPathOpsQuad.cpp | 102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
|
D | SkPathOpsCubic.cpp | 335 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
|
D | SkPathOpsTSect.cpp | 323 const SkDPoint* otherPts[4], * oppOtherPts[4]; in onlyEndPointsInCommon() local
|