Searched refs:safeUnitDivide (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp329 bool safeUnitDivide(float numerator, float denominator, float& ratio) function in namespace:WebCore::LoopBlinnMathUtils::__anon14670
359 return safeUnitDivide(-c, b, roots[0]) ? 1 : 0;
368 if (safeUnitDivide(q, a, roots[numberOfRoots]))
370 if (safeUnitDivide(c, q, roots[numberOfRoots]))
455 if (!safeUnitDivide(tValues[i+1] - tValues[i], 1.0f - tValues[i], t)) {

Completed in 45 milliseconds