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

  /external/skia/src/pathops/
SkPathOpsConic.h 93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const {
94 fPts.otherPts(oddMan, endPt);
179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override {
180 fConic.otherPts(oddMan, endPt);
SkPathOpsQuad.cpp 51 this->otherPts(oddMan, endPt);
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const {
SkPathOpsCubic.cpp 333 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const {
SkPathOpsTSect.cpp 322 const SkDPoint* otherPts[4], * oppOtherPts[4];
323 // const SkDPoint* otherPts[this->pointCount() - 1], * oppOtherPts[opp->pointCount() - 1];
325 fPart->otherPts(baseIndex, otherPts);
326 opp->fPart->otherPts(*oppStart ? 0 : opp->fPart->pointLast(), oppOtherPts);
329 SkDVector v1 = *otherPts[o1] - base;
    [all...]
  /external/skqp/src/pathops/
SkPathOpsConic.h 93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const {
94 fPts.otherPts(oddMan, endPt);
179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override {
180 fConic.otherPts(oddMan, endPt);
SkPathOpsQuad.cpp 51 this->otherPts(oddMan, endPt);
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const {
SkPathOpsCubic.cpp 333 void SkDCubic::otherPts(int index, const SkDPoint* o1Pts[kPointCount - 1]) const {
SkPathOpsTSect.cpp 322 const SkDPoint* otherPts[4], * oppOtherPts[4];
323 // const SkDPoint* otherPts[this->pointCount() - 1], * oppOtherPts[opp->pointCount() - 1];
325 fPart->otherPts(baseIndex, otherPts);
326 opp->fPart->otherPts(*oppStart ? 0 : opp->fPart->pointLast(), oppOtherPts);
329 SkDVector v1 = *otherPts[o1] - base;
    [all...]

Completed in 2295 milliseconds