ClipCubicTest.cpp | 45 float tol) { 47 if (SkScalarAbs(c0[i].fX - c1[i].fX) > SkFloatToScalar(tol) || 48 SkScalarAbs(c0[i].fY - c1[i].fY) > SkFloatToScalar(tol) 84 const float tol = SkFloatToScalar(1e-4); local 92 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); 100 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); 108 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); 126 shouldbe), tol)); 138 shouldbe), tol)); 150 shouldbe), tol)); [all...] |