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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 161 double c2Min = SkTMax(0., to2 - offset);
166 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
170 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
177 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
178 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max);
180 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
201 c2Min = SkTMax(c2Bottom, to2 - offset);
206 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
210 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
217 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g
    [all...]
  /external/skia/experimental/Intersection/
CubicIntersection.cpp 161 double c2Min = SkTMax(0., to2 - offset);
166 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
170 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
177 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
178 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max);
180 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
201 c2Min = SkTMax(c2Bottom, to2 - offset);
206 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
210 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
217 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 147 double c2Min = SkTMax(0., to2 - offset);
153 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
157 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
164 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
166 c1Max, c2Min, c2Max);
168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
189 c2Min = SkTMax(c2Bottom, to2 - offset);
195 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
199 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
206 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 147 double c2Min = SkTMax(0., to2 - offset);
153 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
157 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
164 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
166 c1Max, c2Min, c2Max);
168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
189 c2Min = SkTMax(c2Bottom, to2 - offset);
195 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
199 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
206 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 803 int c2Min, c2Low, c2High, c2Max;
846 float c2Val = fromAttrib->c2Min
847 + ((float) (fromAttrib->c2Max - fromAttrib->c2Min) * color.c2());
936 (float) (c2Val - toAttrib->c2Min)
937 / (float) (toAttrib->c2Max - toAttrib->c2Min),
    [all...]

Completed in 379 milliseconds