Searched refs:testT (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpAngle.cpp468 double testT = i[0][idx2]; local
469 if (!approximately_between_orderable(tStart, testT, tEnd)) {
472 if (approximately_equal_orderable(tStart, testT)) {
475 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);
1000 double testT = testTs[testIndex]; local
1002 testT = (testT + testTs[testIndex + 1]) / 2;
1005 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT);
H A DSkOpSegment.cpp221 double testT; local
223 if ((testT = test->ptT()->fT) >= t) {
224 if (testT == t) {
1014 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, argument
1017 if (this == baseParent && this == testParent && precisely_equal(base->fT, testT)) {
1023 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt);

Completed in 1261 milliseconds