Searched refs:tMax1 (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 388 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/ |
D | SkDCubicIntersection.cpp | 388 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/ |
D | CubicIntersection.cpp | 368 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/ |
D | CubicIntersection.cpp | 368 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()
|