/external/chromium_org/third_party/skia/experimental/Intersection/ |
CubicParameterization_TestUtility.cpp | 42 double xxy = coeffs[xxy_coeff] * point.x * point.x * point.y;
|
CubicParameterizationCode.cpp | 165 xxy_coeff, enumerator in enum:__anon19636 258 match(str, len, c[xxy_coeff], "x^2 y"); // 1 factor
|
CubicParameterization.cpp | 66 xxy_coeff, // B enumerator in enum:__anon19635 93 p[xxy_coeff] = -3 * a * ee; 420 p[xxy_coeff] = calc_xxy(a3b3cd, e3f3gh);
|
/external/skia/experimental/Intersection/ |
CubicParameterization_TestUtility.cpp | 42 double xxy = coeffs[xxy_coeff] * point.x * point.x * point.y;
|
CubicParameterizationCode.cpp | 165 xxy_coeff, enumerator in enum:__anon35036 258 match(str, len, c[xxy_coeff], "x^2 y"); // 1 factor
|
CubicParameterization.cpp | 66 xxy_coeff, // B enumerator in enum:__anon35035 93 p[xxy_coeff] = -3 * a * ee; 420 p[xxy_coeff] = calc_xxy(a3b3cd, e3f3gh);
|