/external/chromium_org/third_party/skia/experimental/Intersection/ |
QuadraticParameterization.h | 12 double y() const { return p[y_coeff]; } 21 y_coeff, enumerator in enum:QuadImplicitForm::Coeffs
|
CubicParameterization_TestUtility.cpp | 49 double y = coeffs[ y_coeff] * point.y;
|
QuadraticParameterization.cpp | 67 p[y_coeff] = -2*f*a*a + e*b*a - d*b*b + 2*d*c*a; 86 p[y_coeff] = -2*aaf + abe - d*bb_2ac;
|
CubicParameterizationCode.cpp | 172 y_coeff, enumerator in enum:__anon18895 265 match(str, len, c[y_coeff], "y"); // 21 factors
|
CubicParameterization.cpp | 73 y_coeff, enumerator in enum:__anon18894
|
/external/skia/experimental/Intersection/ |
QuadraticParameterization.h | 12 double y() const { return p[y_coeff]; } 21 y_coeff, enumerator in enum:QuadImplicitForm::Coeffs
|
CubicParameterization_TestUtility.cpp | 49 double y = coeffs[ y_coeff] * point.y;
|
QuadraticParameterization.cpp | 67 p[y_coeff] = -2*f*a*a + e*b*a - d*b*b + 2*d*c*a; 86 p[y_coeff] = -2*aaf + abe - d*bb_2ac;
|
CubicParameterizationCode.cpp | 172 y_coeff, enumerator in enum:__anon34149 265 match(str, len, c[y_coeff], "y"); // 21 factors
|
CubicParameterization.cpp | 73 y_coeff, enumerator in enum:__anon34148
|