/external/chromium_org/third_party/skia/experimental/Intersection/ |
CubicIntersection.cpp | 162 double c2Max = SkTMin(1., to2 + offset); 166 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 170 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 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); 202 c2Max = SkTMin(c2Top, to2 + offset); 206 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 210 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 218 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max) [all...] |
/external/skia/experimental/Intersection/ |
CubicIntersection.cpp | 162 double c2Max = SkTMin(1., to2 + offset); 166 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 170 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 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); 202 c2Max = SkTMin(c2Top, to2 + offset); 206 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 210 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 218 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max) [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicIntersection.cpp | 148 double c2Max = SkTMin(1., to2 + offset); 153 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 157 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 165 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, 166 c1Max, c2Min, c2Max); 168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i); 190 c2Max = SkTMin(c2Top, to2 + offset); 195 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 199 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 207 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min [all...] |
/external/skia/src/pathops/ |
SkDCubicIntersection.cpp | 148 double c2Max = SkTMin(1., to2 + offset); 153 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 157 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 165 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, 166 c1Max, c2Min, c2Max); 168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i); 190 c2Max = SkTMin(c2Top, to2 + offset); 195 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max, 199 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max, 207 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 803 int c2Min, c2Low, c2High, c2Max; 847 + ((float) (fromAttrib->c2Max - fromAttrib->c2Min) * color.c2()); 937 / (float) (toAttrib->c2Max - toAttrib->c2Min), [all...] |