Home
last modified time | relevance | path

Searched refs:countRoots (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient.cpp111 int countRoots = find_quad_roots(fRec.fA, fB, C, roots, fRec.fFlipped); in nextT() local
117 if (0 == countRoots) { in nextT()
123 float t = roots[countRoots - 1]; in nextT()