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

/external/skia/src/pathops/
H A DSkPathOpsConic.h83 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { function in struct:SkDConic
84 fPts.otherPts(oddMan, endPt);
H A DSkPathOpsQuad.h71 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
H A DSkPathOpsCubic.h89 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
H A DSkPathOpsQuad.cpp25 this->otherPts(oddMan, endPt);
68 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { function in class:SkDQuad
H A DSkPathOpsTSect.h632 const SkDPoint* otherPts[TCurve::kPointCount - 1], * oppOtherPts[OppCurve::kPointCount - 1]; local
634 fPart.otherPts(baseIndex, otherPts);
635 opp->fPart.otherPts(*oppStart ? 0 : OppCurve::kPointLast, oppOtherPts);
637 for (int o1 = 0; o1 < (int) SK_ARRAY_COUNT(otherPts); ++o1) {
638 SkDVector v1 = *otherPts[o1] - base;
H A DSkPathOpsCubic.cpp304 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { function in class:SkDCubic

Completed in 142 milliseconds