Home | History | Annotate | Download | only in tests

Lines Matching defs:tMin

35     double tMin;
246 result->tMin = SkTMin(t1, t2);
293 upperRange->tMin = 0;
294 lowerRange->tMin = 1;
311 SkDebugf("u bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
312 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
313 tRange.tMin);
316 if (tRange.tMin < upperRange->tMin) {
317 upperRange->tMin = 0;
322 if (upperRange->tMin < tRange.tMin) {
327 if (lowerRange->tMin > tRange.tMin) {
346 SkDebugf("l bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
347 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
348 tRange.tMin);
350 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin) {
369 if (upperRange->tMin < tRange.tMin) {
372 if (lowerRange->tMin > tRange.tMin) {