Searched refs:testT (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 468 double testT = i[0][idx2]; in endsIntersect() local 469 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect() 472 if (approximately_equal_orderable(tStart, testT)) { in endsIntersect() 475 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT); in endsIntersect() 1000 double testT = testTs[testIndex]; in setSpans() local 1002 testT = (testT + testTs[testIndex + 1]) / 2; in setSpans() 1005 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT); in setSpans()
|
D | SkOpSegment.cpp | 221 double testT; in addMissing() local 223 if ((testT = test->ptT()->fT) >= t) { in addMissing() 224 if (testT == t) { in addMissing() 1014 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() argument 1017 if (this == baseParent && this == testParent && precisely_equal(base->fT, testT)) { in match() 1023 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
|