Searched refs:addT (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleTest.cpp468 addT(NULL, shortQuad[0], 0);
469 addT(NULL, shortQuad[3], 1);
475 addT(NULL, shortQuad[0], 0);
476 addT(NULL, shortQuad[1], 1);
482 addT(NULL, shortQuad[0], 0);
483 addT(NULL, shortQuad[2], 1);
/external/skia/tests/
H A DPathOpsAngleTest.cpp468 addT(NULL, shortQuad[0], 0);
469 addT(NULL, shortQuad[3], 1);
475 addT(NULL, shortQuad[0], 0);
476 addT(NULL, shortQuad[1], 1);
482 addT(NULL, shortQuad[0], 0);
483 addT(NULL, shortQuad[2], 1);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { function in class:SkIntersectionHelper
46 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
H A DSkOpContour.h80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { function in class:SkOpContour
82 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
H A DSkAddIntersections.cpp401 int testTAt = wt.addT(wn, point, ts[swap][pt]);
402 int nextTAt = wn.addT(wt, point, ts[!swap][pt]);
H A DSkOpSegment.h285 int addT(SkOpSegment* other, const SkPoint& pt, double newT);
H A DSkOpSegment.cpp552 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { function in class:SkOpSegment
814 int result = addT(this, pt, newT);
1467 int insertedAt = addT(other, pt, t);
1468 int otherInsertedAt = other->addT(this, pt2, otherT);
/external/skia/src/pathops/
H A DSkIntersectionHelper.h45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) { function in class:SkIntersectionHelper
46 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
H A DSkOpContour.h80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { function in class:SkOpContour
82 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
H A DSkAddIntersections.cpp401 int testTAt = wt.addT(wn, point, ts[swap][pt]);
402 int nextTAt = wn.addT(wt, point, ts[!swap][pt]);
H A DSkOpSegment.h283 int addT(SkOpSegment* other, const SkPoint& pt, double newT);
H A DSkOpSegment.cpp548 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) { function in class:SkOpSegment
806 int result = addT(this, pt, newT);
1400 int insertedAt = addT(other, pt, t);
1401 int otherInsertedAt = other->addT(this, pt2, otherT);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyAngle_Test.cpp288 segOne.addT(&segTwo, sub[0], segPtr[index].ts[0]);
289 segOne.addT(&segTwo, sub[segPtr[index].verb], segPtr[index].ts[1]);
291 segTwo.addT(&segOne, sub[0], segPtr[index].ts[0]);
292 segTwo.addT(&v, sub[segPtr[index].verb], segPtr[index].ts[1]);
H A DSimplify.cpp1673 int addT(Segment* other, const SkPoint& pt, double& newT) {
1911 int result = addT(other, pt, newT);
1918 int result = addT(other, pt, newT);
2042 int insertedAt = addT(&other, pt, t);
2043 int otherInsertedAt = other.addT(this, pt, otherT);
4556 int addT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) {
4558 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
5254 int addT(const Work& other, const SkPoint& pt, double& newT) {
5255 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
5767 int testTAt = wt.addT(w
[all...]
/external/skia/experimental/Intersection/
H A DSimplifyAngle_Test.cpp288 segOne.addT(&segTwo, sub[0], segPtr[index].ts[0]);
289 segOne.addT(&segTwo, sub[segPtr[index].verb], segPtr[index].ts[1]);
291 segTwo.addT(&segOne, sub[0], segPtr[index].ts[0]);
292 segTwo.addT(&v, sub[segPtr[index].verb], segPtr[index].ts[1]);
H A DSimplify.cpp1673 int addT(Segment* other, const SkPoint& pt, double& newT) {
1911 int result = addT(other, pt, newT);
1918 int result = addT(other, pt, newT);
2042 int insertedAt = addT(&other, pt, t);
2043 int otherInsertedAt = other.addT(this, pt, otherT);
4556 int addT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) {
4558 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
5254 int addT(const Work& other, const SkPoint& pt, double& newT) {
5255 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
5767 int testTAt = wt.addT(w
[all...]

Completed in 482 milliseconds