Searched defs:otherT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h30 void addOtherT(int index, double otherT, int otherIndex) { argument
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
H A DSkOpContour.h67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
H A DSkOpSegment.cpp440 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) { argument
442 if (precisely_zero(otherT)) {
443 otherT = 0;
444 } else if (precisely_equal(otherT, 1)) {
445 otherT = 1;
447 span.fOtherT = otherT;
974 double otherT, const SkOpSegment* other2, SkOpSpan* oSpan,
988 // SkASSERT(way_roughly_equal(oSpan->fOtherT, otherT));
989 oSpan->fOtherT = otherT;
1421 const SkOpSpan* SkOpSegment::addTPair(double t, SkOpSegment* other, double otherT, boo
973 alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, double otherT, const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* alignedArray) argument
[all...]
/external/skia/src/pathops/
H A DSkIntersectionHelper.h30 void addOtherT(int index, double otherT, int otherIndex) { argument
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
H A DSkOpContour.h67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
H A DSkOpSegment.cpp436 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) {
438 if (precisely_zero(otherT)) {
439 otherT = 0;
440 } else if (precisely_equal(otherT, 1)) {
441 otherT = 1;
443 span.fOtherT = otherT;
941 double otherT, const SkOpSegment* other2, SkOpSpan* oSpan,
955 // SkASSERT(way_roughly_equal(oSpan->fOtherT, otherT));
956 oSpan->fOtherT = otherT;
1379 const SkOpSpan* SkOpSegment::addTPair(double t, SkOpSegment* other, double otherT, boo
940 alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, double otherT, const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* alignedArray) argument
[all...]

Completed in 1044 milliseconds