Searched defs:segIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.h67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { argument
82 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
85 int addSelfT(int segIndex, const SkPoint& pt, double newT) { argument
87 return fSegments[segIndex].addSelfT(pt, newT);
/external/skia/src/pathops/
H A DSkOpContour.h67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { argument
82 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
85 int addSelfT(int segIndex, const SkPoint& pt, double newT) { argument
87 return fSegments[segIndex].addSelfT(pt, newT);

Completed in 1690 milliseconds