HomeSort by relevance Sort by last modified time
    Searched refs:addSelfT (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 39 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
40 return fContour->addSelfT(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h 77 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
79 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
SkAddIntersections.cpp 407 int testTAt = wt.addSelfT(wt, point, ts[0][0]);
SkOpSegment.h 247 int addSelfT(SkOpSegment* other, const SkPoint& pt, double newT);
SkOpSegment.cpp 638 int SkOpSegment::addSelfT(SkOpSegment* other, const SkPoint& pt, double newT) {
    [all...]
  /external/skia/src/pathops/
SkIntersectionHelper.h 39 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
40 return fContour->addSelfT(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h 77 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
79 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
SkAddIntersections.cpp 407 int testTAt = wt.addSelfT(wt, point, ts[0][0]);
SkOpSegment.h 247 int addSelfT(SkOpSegment* other, const SkPoint& pt, double newT);
SkOpSegment.cpp 638 int SkOpSegment::addSelfT(SkOpSegment* other, const SkPoint& pt, double newT) {
    [all...]

Completed in 402 milliseconds