Home
last modified time | relevance | path

Searched refs:tMax1 (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkDCubicIntersection.cpp388 double tMax1 = start ? LINE_FRACTION : 1; in cubicNearEnd() local
398 if (start ? tMax1 < tMin2 : tMax2 < tMin1) { in cubicNearEnd()
399 ::intersect(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, *this); 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/
DSkDCubicIntersection.cpp388 double tMax1 = start ? LINE_FRACTION : 1; in cubicNearEnd() local
398 if (start ? tMax1 < tMin2 : tMax2 < tMin1) { in cubicNearEnd()
399 ::intersect(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, *this); 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/
DCubicIntersection.cpp368 double tMax1 = start ? LINE_FRACTION : 1; in intersectEnd() local
378 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd()
382 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp368 double tMax1 = start ? LINE_FRACTION : 1; in intersectEnd() local
378 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd()
382 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i); in intersectEnd()