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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 22 static int find_quad_roots(float A, float B, float C, float roots[2]) { function
92 int countRoots = find_quad_roots(fA, fB, C, roots);
103 // find_quad_roots returns the values sorted, so we start with the last
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 22 static int find_quad_roots(float A, float B, float C, float roots[2]) { function
92 int countRoots = find_quad_roots(fA, fB, C, roots);
103 // find_quad_roots returns the values sorted, so we start with the last

Completed in 67 milliseconds