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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 91 int countRoots = find_quad_roots(fA, fB, C, roots);
97 if (0 == countRoots) {
103 float t = roots[countRoots - 1];
106 t = roots[0]; // might be the same as roots[countRoots-1]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 91 int countRoots = find_quad_roots(fA, fB, C, roots);
97 if (0 == countRoots) {
103 float t = roots[countRoots - 1];
106 t = roots[0]; // might be the same as roots[countRoots-1]

Completed in 67 milliseconds