Searched refs:testT (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 420 double testT = i[0][idx2]; in endsIntersect() local 421 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect() 424 if (approximately_equal_orderable(tStart, testT)) { in endsIntersect() 427 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT); in endsIntersect() 952 double testT = testTs[testIndex]; in setSpans() local 954 testT = (testT + testTs[testIndex + 1]) / 2; in setSpans() 957 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT); in setSpans()
|
D | SkOpSegment.cpp | 304 double testT; in addMissing() local 306 if ((testT = test->ptT()->fT) >= t) { in addMissing() 307 if (testT == t) { in addMissing() 1097 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() argument 1100 if (this == baseParent && this == testParent && precisely_equal(base->fT, testT)) { in match() 1106 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
|
D | SkPathOpsDebug.cpp | 497 double testT; in debugAddMissing() local 499 if ((testT = test->ptT()->fT) >= t) { in debugAddMissing() 500 if (testT == t) { in debugAddMissing()
|