/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...] |
/external/jpeg/ |
jquant2.c | 261 int c1min, c1max; member in struct:__anon26542 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++) 357 boxp->c1min = 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:__anon33049 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++) 357 boxp->c1min = c1min = c1 508 int c0min,c0max,c1min,c1max,c2min,c2max; local [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...] |
/external/bison/m4/ |
stdint.m4 | 113 int_least8_t c1min = INT_LEAST8_MIN;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
stdint.m4 | 106 int_least8_t c1min = INT_LEAST8_MIN;
|