OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterpAtTime
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/input/
page_scale_animation.h
85
float
InterpAtTime
(double time) const;
page_scale_animation.cc
176
return ScrollOffsetAt(
InterpAtTime
(time));
181
return PageScaleFactorAt(
InterpAtTime
(time));
189
float PageScaleAnimation::
InterpAtTime
(double time) const {
Completed in 33 milliseconds