Searched defs:addT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h35 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { function in class:SkIntersectionHelper
36 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
H A DSkOpContour.h72 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { function in class:SkOpContour
74 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
H A DSkOpSegment.cpp426 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { function in class:SkOpSegment
639 int result = addT(other, pt, newT);
646 int result = addT(other, pt, newT);
772 int insertedAt = addT(other, pt, t);
773 int otherInsertedAt = other->addT(this, pt, otherT);
/external/skia/src/pathops/
H A DSkIntersectionHelper.h35 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { function in class:SkIntersectionHelper
36 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
H A DSkOpContour.h72 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { function in class:SkOpContour
74 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
H A DSkOpSegment.cpp426 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { function in class:SkOpSegment
639 int result = addT(other, pt, newT);
646 int result = addT(other, pt, newT);
772 int insertedAt = addT(other, pt, t);
773 int otherInsertedAt = other->addT(this, pt, otherT);

Completed in 236 milliseconds