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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 160 double c1Max = SkTMin(c1Top, to1 + offset);
165 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
169 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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);
187 c1Max = SkTMin(1., to1 + offset);
205 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
209 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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 160 double c1Max = SkTMin(c1Top, to1 + offset);
165 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
169 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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);
187 c1Max = SkTMin(1., to1 + offset);
205 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
209 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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 146 double c1Max = SkTMin(c1Top, to1 + offset);
152 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
156 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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);
175 c1Max = SkTMin(1., to1 + offset);
194 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
198 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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 146 double c1Max = SkTMin(c1Top, to1 + offset);
152 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
156 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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);
175 c1Max = SkTMin(1., to1 + offset);
194 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
198 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
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 802 int c1Min, c1Low, c1High, c1Max;
845 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
935 / (float) (toAttrib->c1Max - toAttrib->c1Min),
    [all...]

Completed in 327 milliseconds