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

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFETurbulence.cpp175 inline float linearInterpolation(float t, float a, float b) function in namespace:WebCore
267 a = linearInterpolation(sx, u, v);
274 b = linearInterpolation(sx, u, v);
275 return linearInterpolation(sy, a, b);

Completed in 177 milliseconds