HomeSort by relevance Sort by last modified time
    Searched refs:bestCCW (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PathOpsAngleIdeas.cpp 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) {
351 SkDebugf("l bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
352 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
355 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin)
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 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) {
351 SkDebugf("l bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
352 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
355 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin)
    [all...]

Completed in 269 milliseconds