Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.cpp207 void AndroidAnimation::pickValues(double progress, int* start, int* end) in pickValues() function in WebCore::AndroidAnimation
233 pickValues(progress, &from, &to); in applyForProgress()
274 pickValues(progress, &from, &to); in applyForProgress()
DAndroidAnimation.h46 void pickValues(double progress, int* start, int* end);