HomeSort by relevance Sort by last modified time
    Searched refs:xxy_coeff (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 42 double xxy = coeffs[xxy_coeff] * point.x * point.x * point.y;
CubicParameterizationCode.cpp 165 xxy_coeff, enumerator in enum:__anon18895
258 match(str, len, c[xxy_coeff], "x^2 y"); // 1 factor
CubicParameterization.cpp 66 xxy_coeff, // B enumerator in enum:__anon18894
93 p[xxy_coeff] = -3 * a * ee;
420 p[xxy_coeff] = calc_xxy(a3b3cd, e3f3gh);
  /external/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 42 double xxy = coeffs[xxy_coeff] * point.x * point.x * point.y;
CubicParameterizationCode.cpp 165 xxy_coeff, enumerator in enum:__anon34149
258 match(str, len, c[xxy_coeff], "x^2 y"); // 1 factor
CubicParameterization.cpp 66 xxy_coeff, // B enumerator in enum:__anon34148
93 p[xxy_coeff] = -3 * a * ee;
420 p[xxy_coeff] = calc_xxy(a3b3cd, e3f3gh);

Completed in 97 milliseconds