Searched refs:tMax2 (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 396 double tMax2 = SkTMin(tVals[tLast] + LINE_FRACTION, 1.0); in cubicNearEnd() local 398 if (start ? tMax1 < tMin2 : tMax2 < tMin1) { in cubicNearEnd() 399 ::intersect(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, *this); in cubicNearEnd() 403 tMax2 = SkTMin(tVals[tLast] + (1.0 / SkDCubic::gPrecisionUnit), 1.0); in cubicNearEnd() 404 if (start ? tMax1 < tMin2 : tMax2 < tMin1) { in cubicNearEnd() 405 ::intersect(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, *this); in cubicNearEnd()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 396 double tMax2 = SkTMin(tVals[tLast] + LINE_FRACTION, 1.0); in cubicNearEnd() local 398 if (start ? tMax1 < tMin2 : tMax2 < tMin1) { in cubicNearEnd() 399 ::intersect(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, *this); in cubicNearEnd() 403 tMax2 = SkTMin(tVals[tLast] + (1.0 / SkDCubic::gPrecisionUnit), 1.0); in cubicNearEnd() 404 if (start ? tMax1 < tMin2 : tMax2 < tMin1) { in cubicNearEnd() 405 ::intersect(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, *this); in cubicNearEnd()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 376 double tMax2 = SkTMin(tVals[tLast] + LINE_FRACTION, 1.0); in intersectEnd() local 378 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd() 381 tMax2 = SkTMin(tVals[tLast] + (1.0 / gPrecisionUnit), 1.0); in intersectEnd() 382 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd()
|
/external/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 376 double tMax2 = SkTMin(tVals[tLast] + LINE_FRACTION, 1.0); in intersectEnd() local 378 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd() 381 tMax2 = SkTMin(tVals[tLast] + (1.0 / gPrecisionUnit), 1.0); in intersectEnd() 382 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd()
|