Searched refs:tMin1 (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 387 double tMin1 = start ? 0 : 1 - LINE_FRACTION; 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 | 387 double tMin1 = start ? 0 : 1 - LINE_FRACTION; 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 | 367 double tMin1 = start ? 0 : 1 - LINE_FRACTION; 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 | 367 double tMin1 = start ? 0 : 1 - LINE_FRACTION; 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/chromium_org/third_party/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 31 double tMin1; member 236 double t1 = result->tMin1 = t1Array[0]; in orderTRange()
|
/external/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 31 double tMin1; member 236 double t1 = result->tMin1 = t1Array[0]; in orderTRange()
|