HomeSort by relevance Sort by last modified time
    Searched defs:xx_coeff (Results 1 - 3 of 3) sorted by null

  /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.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;
CubicParameterizationCode.cpp 168 xx_coeff, enumerator in enum:__anon19636
261 match(str, len, c[xx_coeff], "x^2"); // 7 factors

Completed in 545 milliseconds