Searched refs:addSelfT (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h49 int addSelfT(const SkPoint& pt, double newT) { function in class:SkIntersectionHelper
50 return fContour->addSelfT(fIndex, pt, newT);
H A DSkOpContour.h85 int addSelfT(int segIndex, const SkPoint& pt, double newT) { function in class:SkOpContour
87 return fSegments[segIndex].addSelfT(pt, newT);
H A DSkAddIntersections.cpp428 int testTAt = wt.addSelfT(point, ts[0][0]);
429 int nextTAt = wt.addSelfT(point, ts[1][0]);
H A DSkOpSegment.h283 int addSelfT(const SkPoint& pt, double newT);
H A DSkOpSegment.cpp812 int SkOpSegment::addSelfT(const SkPoint& pt, double newT) { function in class:SkOpSegment
/external/skia/src/pathops/
H A DSkIntersectionHelper.h49 int addSelfT(const SkPoint& pt, double newT) { function in class:SkIntersectionHelper
50 return fContour->addSelfT(fIndex, pt, newT);
H A DSkOpContour.h85 int addSelfT(int segIndex, const SkPoint& pt, double newT) { function in class:SkOpContour
87 return fSegments[segIndex].addSelfT(pt, newT);
H A DSkAddIntersections.cpp428 int testTAt = wt.addSelfT(point, ts[0][0]);
429 int nextTAt = wt.addSelfT(point, ts[1][0]);
H A DSkOpSegment.h281 int addSelfT(const SkPoint& pt, double newT);
H A DSkOpSegment.cpp804 int SkOpSegment::addSelfT(const SkPoint& pt, double newT) { function in class:SkOpSegment
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp1910 int addSelfT(Segment* other, const SkPoint& pt, double& newT) {
4561 int addSelfT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) {
4563 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
5258 int addSelfT(const Work& other, const SkPoint& pt, double& newT) {
5259 return fContour->addSelfT(fIndex, other.fContour, other.fIndex, pt, newT);
5794 int testTAt = wt.addSelfT(wt, point, ts.fT[0][0]);
/external/skia/experimental/Intersection/
H A DSimplify.cpp1910 int addSelfT(Segment* other, const SkPoint& pt, double& newT) {
4561 int addSelfT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) {
4563 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
5258 int addSelfT(const Work& other, const SkPoint& pt, double& newT) {
5259 return fContour->addSelfT(fIndex, other.fContour, other.fIndex, pt, newT);
5794 int testTAt = wt.addSelfT(wt, point, ts.fT[0][0]);

Completed in 129 milliseconds