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

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp295 FloatPoint evaluatedPoint; local
310 evaluatedPoint = evaluateCubicAt(cubic, t);
311 if (xRay.y() > evaluatedPoint.y())
315 } while (++iter < MaxIterations && !nearlyZero(evaluatedPoint.y() - xRay.y()));
319 if (xRay.x() <= evaluatedPoint.x()) {

Completed in 19 milliseconds