Searched defs:xx_coeff (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization.h8 double x2() const { return p[xx_coeff]; }
17 xx_coeff, enumerator in enum:QuadImplicitForm::Coeffs
H A DCubicParameterizationCode.cpp168 xx_coeff, enumerator in enum:__anon15018
261 match(str, len, c[xx_coeff], "x^2"); // 7 factors
H A DCubicParameterization.cpp69 xx_coeff, enumerator in enum:__anon15017
475 if (!try_alt && index == xx_coeff) {
482 if (index >= xx_coeff) {
483 int procIndex = index - xx_coeff;
/external/skia/experimental/Intersection/
H A DQuadraticParameterization.h8 double x2() const { return p[xx_coeff]; }
17 xx_coeff, enumerator in enum:QuadImplicitForm::Coeffs
H A DCubicParameterizationCode.cpp168 xx_coeff, enumerator in enum:__anon30432
261 match(str, len, c[xx_coeff], "x^2"); // 7 factors
H A DCubicParameterization.cpp69 xx_coeff, enumerator in enum:__anon30431
475 if (!try_alt && index == xx_coeff) {
482 if (index >= xx_coeff) {
483 int procIndex = index - xx_coeff;

Completed in 1897 milliseconds