Searched defs:addOtherT (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h30 void addOtherT(int index, double otherT, int otherIndex) { function in class:SkIntersectionHelper
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
H A DSkOpContour.h67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { function in class:SkOpContour
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
H A DSkOpSegment.cpp440 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) { function in class:SkOpSegment
1433 // if fLoop bit is set on span, that could be enough if addOtherT copies the bit
1469 addOtherT(insertedAt, otherT, otherInsertedAt);
1470 other->addOtherT(otherInsertedAt, t, insertedAt);
/external/skia/src/pathops/
H A DSkIntersectionHelper.h30 void addOtherT(int index, double otherT, int otherIndex) { function in class:SkIntersectionHelper
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
H A DSkOpContour.h67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { function in class:SkOpContour
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);

Completed in 1088 milliseconds