Home
last modified time | relevance | path

Searched defs:CurrentValueBetween (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/animation/
Danimation.cc64 double Animation::CurrentValueBetween(double start, double target) const { in CurrentValueBetween() function in gfx::Animation
68 int Animation::CurrentValueBetween(int start, int target) const { in CurrentValueBetween() function in gfx::Animation
72 gfx::Rect Animation::CurrentValueBetween(const gfx::Rect& start_bounds, in CurrentValueBetween() function in gfx::Animation