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

/external/webkit/Source/WebCore/platform/graphics/android/
H A DAndroidAnimation.h46 void pickValues(double progress, int* start, int* end);
H A DAndroidAnimation.cpp224 void AndroidAnimation::pickValues(double progress, int* start, int* end) function in class:WebCore::AndroidAnimation
250 pickValues(progress, &from, &to);
291 pickValues(progress, &from, &to);

Completed in 49 milliseconds