Searched refs:otherT (Results 1 - 13 of 13) 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 DSkOpSegment.h280 void addOtherT(int index, double otherT, int otherIndex);
289 const SkOpSpan* addTPair(double t, SkOpSegment* other, double otherT, bool borrowWind,
291 const SkOpSpan* addTPair(double t, SkOpSegment* other, double otherT, bool borrowWind,
331 bool joinCoincidence(SkOpSegment* other, double otherT, const SkPoint& otherPt, int step,
406 void alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, double otherT,
433 bool containsT(double t, const SkOpSegment* other, double otherT) const;
506 void debugAddTPair(double t, const SkOpSegment& other, double otherT) const;
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...]
H A DSkPathOpsDebug.cpp305 void SkOpSegment::debugAddTPair(double t, const SkOpSegment& other, double otherT) const {
307 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) {
427 SkDebugf(" other=%d otherT=%1.9g otherIndex=%d windSum=",
/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 DSkOpSegment.h278 void addOtherT(int index, double otherT, int otherIndex);
287 const SkOpSpan* addTPair(double t, SkOpSegment* other, double otherT, bool borrowWind,
289 const SkOpSpan* addTPair(double t, SkOpSegment* other, double otherT, bool borrowWind,
329 bool joinCoincidence(SkOpSegment* other, double otherT, const SkPoint& otherPt, int step,
404 void alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, double otherT,
431 bool containsT(double t, const SkOpSegment* other, double otherT) const;
504 void debugAddTPair(double t, const SkOpSegment& other, double otherT) const;
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...]
H A DSkPathOpsDebug.cpp304 void SkOpSegment::debugAddTPair(double t, const SkOpSegment& other, double otherT) const {
306 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) {
426 SkDebugf(" other=%d otherT=%1.9g otherIndex=%d windSum=",
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp1648 void addOtherT(int index, double otherT, int otherIndex) {
1651 if (precisely_less_than_zero(otherT)) {
1652 otherT = 0;
1653 } else if (precisely_greater_than_one(otherT)) {
1654 otherT = 1;
1657 span.fOtherT = otherT;
2022 void addTPair(double t, Segment& other, double otherT, bool borrowWind, const SkPoint& pt) {
2030 && approximately_equal(span.fOtherT, otherT)) {
2033 __FUNCTION__, fID, t, other.fID, otherT);
2040 __FUNCTION__, fID, t, other.fID, otherT);
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp1648 void addOtherT(int index, double otherT, int otherIndex) {
1651 if (precisely_less_than_zero(otherT)) {
1652 otherT = 0;
1653 } else if (precisely_greater_than_one(otherT)) {
1654 otherT = 1;
1657 span.fOtherT = otherT;
2022 void addTPair(double t, Segment& other, double otherT, bool borrowWind, const SkPoint& pt) {
2030 && approximately_equal(span.fOtherT, otherT)) {
2033 __FUNCTION__, fID, t, other.fID, otherT);
2040 __FUNCTION__, fID, t, other.fID, otherT);
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1908 void fooExT(CellDelayed<T2> *otherT) EXCLUSIVE_LOCKS_REQUIRED(mu_, otherT->mu_) {
1909 this->data = otherT->data;

Completed in 1923 milliseconds