HomeSort by relevance Sort by last modified time
    Searched full:c1max (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 140 double c1Max = SkTMin(c1Top, to1 + offset);
146 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
150 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
158 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
160 c1Max, c2Min, c2Max);
162 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
169 c1Max = SkTMin(1., to1 + offset);
188 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
192 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
200 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 c1Max = SkTMin(c1Top, to1 + offset);
146 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
150 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
158 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
160 c1Max, c2Min, c2Max);
162 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
169 c1Max = SkTMin(1., to1 + offset);
188 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
192 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
200 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g
    [all...]
  /external/jpeg/
jquant2.c 261 int c1min, c1max; member in struct:__anon21460
321 int c0min,c0max,c1min,c1max,c2min,c2max; local
326 c1min = boxp->c1min; c1max = boxp->c1max;
331 for (c1 = c1min; c1 <= c1max; c1++) {
342 for (c1 = c1min; c1 <= c1max; c1++) {
351 if (c1max > c1min)
352 for (c1 = c1min; c1 <= c1max; c1++)
362 if (c1max > c1min)
363 for (c1 = c1max; c1 >= c1min; c1--
508 int c0min,c0max,c1min,c1max,c2min,c2max; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 261 int c1min, c1max; member in struct:__anon26689
321 int c0min,c0max,c1min,c1max,c2min,c2max; local
326 c1min = boxp->c1min; c1max = boxp->c1max;
331 for (c1 = c1min; c1 <= c1max; c1++) {
342 for (c1 = c1min; c1 <= c1max; c1++) {
351 if (c1max > c1min)
352 for (c1 = c1min; c1 <= c1max; c1++)
362 if (c1max > c1min)
363 for (c1 = c1max; c1 >= c1min; c1--
508 int c0min,c0max,c1min,c1max,c2min,c2max; local
    [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...]
  /external/bison/m4/
stdint.m4 112 int_least8_t c1max = INT_LEAST8_MAX;
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4 105 int_least8_t c1max = INT_LEAST8_MAX;

Completed in 683 milliseconds