Searched defs:otherPts (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsConic.h91 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { function in struct:SkDConic
92 fPts.otherPts(oddMan, endPt);
H A DSkPathOpsCubic.cpp336 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { function in class:SkDCubic
H A DSkPathOpsQuad.cpp50 this->otherPts(oddMan, endPt);
101 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { function in class:SkDQuad
H A DSkPathOpsTSect.h675 const SkDPoint* otherPts[TCurve::kPointCount - 1], * oppOtherPts[OppCurve::kPointCount - 1]; local
677 fPart.otherPts(baseIndex, otherPts);
678 opp->fPart.otherPts(*oppStart ? 0 : OppCurve::kPointLast, oppOtherPts);
680 for (int o1 = 0; o1 < (int) SK_ARRAY_COUNT(otherPts); ++o1) {
681 SkDVector v1 = *otherPts[o1] - base;
/external/skqp/src/pathops/
H A DSkPathOpsConic.h91 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { function in struct:SkDConic
92 fPts.otherPts(oddMan, endPt);
H A DSkPathOpsCubic.cpp336 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const { function in class:SkDCubic
H A DSkPathOpsQuad.cpp47 this->otherPts(oddMan, endPt);
98 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { function in class:SkDQuad
H A DSkPathOpsTSect.h675 const SkDPoint* otherPts[TCurve::kPointCount - 1], * oppOtherPts[OppCurve::kPointCount - 1]; local
677 fPart.otherPts(baseIndex, otherPts);
678 opp->fPart.otherPts(*oppStart ? 0 : OppCurve::kPointLast, oppOtherPts);
680 for (int o1 = 0; o1 < (int) SK_ARRAY_COUNT(otherPts); ++o1) {
681 SkDVector v1 = *otherPts[o1] - base;

Completed in 470 milliseconds