Lines Matching defs:bestTan
191 int bestTan = 0;
204 if (bestTan < gMaxRecursion[0] || bestCubic < gMaxRecursion[1]) {
212 bestTan = std::max(bestTan, gMaxRecursion[0]);
222 SkDebugf("\n%s max tan=%d cubic=%d\n", __FUNCTION__, bestTan, bestCubic);
283 int bestTan = 0;
314 if (bestTan < gMaxRecursion[0] || bestCubic < gMaxRecursion[1]) {
322 bestTan = std::max(bestTan, gMaxRecursion[0]);
332 SkDebugf("\n%s max tan=%d cubic=%d\n", __FUNCTION__, bestTan, bestCubic);