Searched refs:xyy_coeff (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
H A D | CubicParameterization_TestUtility.cpp | 43 double xyy = coeffs[xyy_coeff] * point.x * point.y * point.y;
|
H A D | CubicParameterizationCode.cpp | 166 xyy_coeff, enumerator in enum:__anon15018 259 match(str, len, c[xyy_coeff], "x y^2"); // 1 factor
|
H A D | CubicParameterization.cpp | 67 xyy_coeff, // C enumerator in enum:__anon15017 95 p[xyy_coeff] = 3 * aa * e; 421 p[xyy_coeff] = calc_xyy(a3b3cd, e3f3gh);
|
/external/skia/experimental/Intersection/ |
H A D | CubicParameterization_TestUtility.cpp | 43 double xyy = coeffs[xyy_coeff] * point.x * point.y * point.y;
|
H A D | CubicParameterizationCode.cpp | 166 xyy_coeff, enumerator in enum:__anon30432 259 match(str, len, c[xyy_coeff], "x y^2"); // 1 factor
|
H A D | CubicParameterization.cpp | 67 xyy_coeff, // C enumerator in enum:__anon30431 95 p[xyy_coeff] = 3 * aa * e; 421 p[xyy_coeff] = calc_xyy(a3b3cd, e3f3gh);
|
Completed in 2112 milliseconds