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

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 145 double c2Max = SkTMin(1., to2 + offset);
150 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
154 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
162 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
163 c1Max, c2Min, c2Max);
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
187 c2Max = SkTMin(c2Top, to2 + offset);
192 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
196 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
204 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 145 double c2Max = SkTMin(1., to2 + offset);
150 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
154 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
162 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
163 c1Max, c2Min, c2Max);
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
187 c2Max = SkTMin(c2Top, to2 + offset);
192 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
196 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
204 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 799 int c2Min, c2Low, c2High, c2Max;
843 + ((float) (fromAttrib->c2Max - fromAttrib->c2Min) * color.c2());
933 / (float) (toAttrib->c2Max - toAttrib->c2Min),
    [all...]

Completed in 409 milliseconds