HomeSort by relevance Sort by last modified time
    Searched refs:otherPts (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkPathOpsConic.h 83 void otherPts(int oddMan, const SkDPoint* endPt[2]) const {
84 fPts.otherPts(oddMan, endPt);
SkPathOpsQuad.h 78 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
SkPathOpsCubic.h 82 void otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const;
SkPathOpsQuad.cpp 25 this->otherPts(oddMan, endPt);
68 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const {
SkPathOpsTSect.h 651 const SkDPoint* otherPts[TCurve::kPointCount - 1], * oppOtherPts[OppCurve::kPointCount - 1];
653 fPart.otherPts(baseIndex, otherPts);
654 opp->fPart.otherPts(*oppStart ? 0 : OppCurve::kPointLast, oppOtherPts);
656 for (int o1 = 0; o1 < (int) SK_ARRAY_COUNT(otherPts); ++o1) {
657 SkDVector v1 = *otherPts[o1] - base;
    [all...]
SkPathOpsCubic.cpp 301 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const {

Completed in 58 milliseconds