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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 24 static const double tLimits2[2][2] = {{-0.865211397, -0.865215212}, {-0.865207696, -0.865208078}};
169 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
170 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
171 to1 - offset <= tLimits2[0][1] && tLimits2[0][0] <= to1 + offset
172 && to2 - offset <= tLimits2[1][1] && tLimits2[1][0] <= to2 + offset);
209 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Ma
    [all...]
  /external/skia/experimental/Intersection/
CubicIntersection.cpp 24 static const double tLimits2[2][2] = {{-0.865211397, -0.865215212}, {-0.865207696, -0.865208078}};
169 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
170 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
171 to1 - offset <= tLimits2[0][1] && tLimits2[0][0] <= to1 + offset
172 && to2 - offset <= tLimits2[1][1] && tLimits2[1][0] <= to2 + offset);
209 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Ma
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 19 static const double tLimits2[2][2] = {{-0.8, -0.9}, {-0.8, -0.9}};
156 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
157 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
158 to1 - offset <= tLimits2[0][1] && tLimits2[0][0] <= to1 + offset
159 && to2 - offset <= tLimits2[1][1] && tLimits2[1][0] <= to2 + offset);
198 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Ma
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 19 static const double tLimits2[2][2] = {{-0.8, -0.9}, {-0.8, -0.9}};
156 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
157 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
158 to1 - offset <= tLimits2[0][1] && tLimits2[0][0] <= to1 + offset
159 && to2 - offset <= tLimits2[1][1] && tLimits2[1][0] <= to2 + offset);
198 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Ma
    [all...]

Completed in 127 milliseconds