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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 157 double c1Min = SkTMax(c1Bottom, 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);
186 c1Min = SkTMax(0., 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 157 double c1Min = SkTMax(c1Bottom, 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);
186 c1Min = SkTMax(0., 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 143 double c1Min = SkTMax(c1Bottom, 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"
165 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
174 c1Min = SkTMax(0., 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 143 double c1Min = SkTMax(c1Bottom, 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"
165 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
174 c1Min = SkTMax(0., 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;
844 float c1Val = fromAttrib->c1Min
845 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
934 color = ColorFract((float) (c1Val - toAttrib->c1Min)
935 / (float) (toAttrib->c1Max - toAttrib->c1Min),
    [all...]

Completed in 464 milliseconds