/external/chromium_org/third_party/skia/experimental/Intersection/ |
QuadraticParameterization.h | 8 double x2() const { return p[xx_coeff]; } 17 xx_coeff, enumerator in enum:QuadImplicitForm::Coeffs
|
CubicParameterization_TestUtility.cpp | 32 for (int index = xx_coeff; index < coeff_count; ++index) { 33 int procIndex = index - xx_coeff; 45 double xx = coeffs[ xx_coeff] * point.x * point.x;
|
QuadraticParameterization.cpp | 63 p[xx_coeff] = d * d; 74 p[xx_coeff] = dd;
|
CubicParameterizationCode.cpp | 168 xx_coeff, enumerator in enum:__anon19636 261 match(str, len, c[xx_coeff], "x^2"); // 7 factors
|
CubicParameterization.cpp | 69 xx_coeff, enumerator in enum:__anon19635 475 if (!try_alt && index == xx_coeff) { 482 if (index >= xx_coeff) { 483 int procIndex = index - xx_coeff;
|