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

  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 49 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
50 return fContour->addSelfT(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h 80 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
82 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
SkOpSegment.cpp 646 int SkOpSegment::addSelfT(SkOpSegment* other, const SkPoint& pt, double newT) {
    [all...]
  /external/skia/src/pathops/
SkIntersectionHelper.h 49 int addSelfT(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
50 return fContour->addSelfT(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h 80 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
82 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
SkOpSegment.cpp 646 int SkOpSegment::addSelfT(SkOpSegment* other, const SkPoint& pt, double newT) {
    [all...]

Completed in 40 milliseconds