Home
last modified time | relevance | path

Searched defs:otherPts (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsConic.h83 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function
DSkPathOpsQuad.cpp68 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() function in SkDQuad
DSkPathOpsCubic.cpp304 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { in otherPts() function in SkDCubic
DSkPathOpsTSect.h632 const SkDPoint* otherPts[TCurve::kPointCount - 1], * oppOtherPts[OppCurve::kPointCount - 1]; in onlyEndPointsInCommon() local