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

  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 30 void addOtherT(int index, double otherT, int otherIndex) {
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
SkOpContour.h 67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
  /external/skia/src/pathops/
SkIntersectionHelper.h 30 void addOtherT(int index, double otherT, int otherIndex) {
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
SkOpContour.h 67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);

Completed in 204 milliseconds