Lines Matching refs:bestCCW
293 int bestCCW = -1;
313 SkDebugf("u bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
317 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) {
325 bestCCW = tRange.ccw;
336 if (bestCCW < 0) {
348 SkDebugf("l bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
349 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
352 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin) {
353 bestCCW = tRange.ccw;