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

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 143 double c1Max = SkTMin(c1Top, to1 + offset);
149 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
153 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
161 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
163 c1Max, c2Min, c2Max);
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
172 c1Max = SkTMin(1., to1 + offset);
191 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
195 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
203 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 143 double c1Max = SkTMin(c1Top, to1 + offset);
149 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
153 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
161 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
163 c1Max, c2Min, c2Max);
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
172 c1Max = SkTMin(1., to1 + offset);
191 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
195 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
203 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 798 int c1Min, c1Low, c1High, c1Max;
841 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
931 / (float) (toAttrib->c1Max - toAttrib->c1Min),
    [all...]

Completed in 86 milliseconds