Searched defs:xxy_coeff (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp165 xxy_coeff, enumerator in enum:__anon15018
258 match(str, len, c[xxy_coeff], "x^2 y"); // 1 factor
H A DCubicParameterization.cpp66 xxy_coeff, // B enumerator in enum:__anon15017
93 p[xxy_coeff] = -3 * a * ee;
420 p[xxy_coeff] = calc_xxy(a3b3cd, e3f3gh);
/external/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp165 xxy_coeff, enumerator in enum:__anon30432
258 match(str, len, c[xxy_coeff], "x^2 y"); // 1 factor
H A DCubicParameterization.cpp66 xxy_coeff, // B enumerator in enum:__anon30431
93 p[xxy_coeff] = -3 * a * ee;
420 p[xxy_coeff] = calc_xxy(a3b3cd, e3f3gh);

Completed in 107 milliseconds