OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_quad_roots
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp
21
static int
find_quad_roots
(float A, float B, float C, float roots[2]) {
function
91
int countRoots =
find_quad_roots
(fA, fB, C, roots);
102
//
find_quad_roots
returns the values sorted, so we start with the last
/external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp
21
static int
find_quad_roots
(float A, float B, float C, float roots[2]) {
function
91
int countRoots =
find_quad_roots
(fA, fB, C, roots);
102
//
find_quad_roots
returns the values sorted, so we start with the last
Completed in 37 milliseconds