HomeSort by relevance Sort by last modified time
    Searched defs:addT (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
46 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h 80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
82 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
SkOpSegment.cpp 548 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) {
806 int result = addT(this, pt, newT);
    [all...]
  /external/skia/src/pathops/
SkIntersectionHelper.h 45 int addT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
46 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h 80 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
82 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
SkOpSegment.cpp 548 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) {
806 int result = addT(this, pt, newT);
    [all...]

Completed in 512 milliseconds