HomeSort by relevance Sort by last modified time
    Searched refs:tLimits1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 23 static const double tLimits1[2][2] = {{0.36, 0.37}, {0.63, 0.64}};
110 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
111 && tLimits1[1][0] >= t2Start && tLimits1[1][1] <= t2) {
165 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
166 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
167 to1 - offset <= tLimits1[0][1] && tLimits1[0][0] <= to1 + offse
    [all...]
  /external/skia/experimental/Intersection/
CubicIntersection.cpp 23 static const double tLimits1[2][2] = {{0.36, 0.37}, {0.63, 0.64}};
110 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
111 && tLimits1[1][0] >= t2Start && tLimits1[1][1] <= t2) {
165 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
166 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
167 to1 - offset <= tLimits1[0][1] && tLimits1[0][0] <= to1 + offse
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 18 static const double tLimits1[2][2] = {{0.3, 0.4}, {0.8, 0.9}};
106 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
107 && tLimits1[1][0] >= t2Start && tLimits1[1][1] <= t2) {
152 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
153 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
154 to1 - offset <= tLimits1[0][1] && tLimits1[0][0] <= to1 + offse
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 18 static const double tLimits1[2][2] = {{0.3, 0.4}, {0.8, 0.9}};
106 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
107 && tLimits1[1][0] >= t2Start && tLimits1[1][1] <= t2) {
152 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
153 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
154 to1 - offset <= tLimits1[0][1] && tLimits1[0][0] <= to1 + offse
    [all...]

Completed in 317 milliseconds