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

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 140 double c1Min = SkTMax(c1Bottom, 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"
162 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
171 c1Min = SkTMax(0., 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 140 double c1Min = SkTMax(c1Bottom, 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"
162 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
171 c1Min = SkTMax(0., 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;
840 float c1Val = fromAttrib->c1Min
841 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
930 color = ColorFract((float) (c1Val - toAttrib->c1Min)
931 / (float) (toAttrib->c1Max - toAttrib->c1Min),
    [all...]

Completed in 80 milliseconds