HomeSort by relevance Sort by last modified time
    Searched refs:start_anchor_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/input/
page_scale_animation.cc 68 start_anchor_(),
86 start_anchor_ = start_scroll_offset_;
94 start_anchor_ = target_anchor_;
100 start_anchor_ = anchor;
112 target_anchor_ = start_anchor_;
120 start_anchor_ - start_scroll_offset_, StartViewportSize());
122 start_anchor_ - DenormalizeToViewport(normalized, TargetViewportSize());
213 return InterpolateBetween(start_anchor_, target_anchor_, interp);
220 NormalizeFromViewport(start_anchor_ - start_scroll_offset_,
page_scale_animation.h 100 gfx::Vector2dF start_anchor_; member in class:cc::PageScaleAnimation

Completed in 560 milliseconds