HomeSort by relevance Sort by last modified time
    Searched defs:intersect3 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 78 static bool intersect3(const Cubic& cubic1, double t1s, double t1e, const Cubic& cubic2, function
180 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
220 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
244 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
290 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
378 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i);
382 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i);
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
409 bool result = intersect3(c1, 0, 1, c2, 0, 1, 1, i);
447 (void) intersect3(cubic, up, i)
    [all...]
  /external/skia/experimental/Intersection/
CubicIntersection.cpp 78 static bool intersect3(const Cubic& cubic1, double t1s, double t1e, const Cubic& cubic2, function
180 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
220 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
244 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
290 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
378 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i);
382 result |= intersect3(cubic1, tMin1, tMax1, cubic2, tMin2, tMax2, 1, i);
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
409 bool result = intersect3(c1, 0, 1, c2, 0, 1, 1, i);
447 (void) intersect3(cubic, up, i)
    [all...]

Completed in 786 milliseconds