/external/chromium_org/third_party/skia/experimental/Intersection/ |
QuadraticParameterization.h | 11 double x() const { return p[x_coeff]; } 20 x_coeff, enumerator in enum:QuadImplicitForm::Coeffs
|
CubicParameterization_TestUtility.cpp | 48 double x = coeffs[ x_coeff] * point.x;
|
QuadraticParameterization.cpp | 66 p[x_coeff] = -2*c*d*d + b*e*d - a*e*e + 2*a*f*d; 81 p[x_coeff] = -2*cdd + bde - a*ee + 2*ad*f;
|
CubicParameterizationCode.cpp | 171 x_coeff, enumerator in enum:__anon18895 264 match(str, len, c[x_coeff], "x"); // 21 factors
|
CubicParameterization.cpp | 72 x_coeff, enumerator in enum:__anon18894
|
/external/skia/experimental/Intersection/ |
QuadraticParameterization.h | 11 double x() const { return p[x_coeff]; } 20 x_coeff, enumerator in enum:QuadImplicitForm::Coeffs
|
CubicParameterization_TestUtility.cpp | 48 double x = coeffs[ x_coeff] * point.x;
|
QuadraticParameterization.cpp | 66 p[x_coeff] = -2*c*d*d + b*e*d - a*e*e + 2*a*f*d; 81 p[x_coeff] = -2*cdd + bde - a*ee + 2*ad*f;
|
CubicParameterizationCode.cpp | 171 x_coeff, enumerator in enum:__anon34149 264 match(str, len, c[x_coeff], "x"); // 21 factors
|
CubicParameterization.cpp | 72 x_coeff, enumerator in enum:__anon34148
|