Searched defs:fromVal (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp136 double fromVal = from == Normal ? 1 : 0; local
138 double result = blendFunc(anim, fromVal, toVal, progress);
200 double fromVal = from == VISIBLE ? 1. : 0.; local
202 if (fromVal == toVal)
204 double result = blendFunc(anim, fromVal, toVal, progress);

Completed in 59 milliseconds