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_(),
87 start_anchor_ = start_scroll_offset_;
95 start_anchor_ = target_anchor_;
101 start_anchor_ = anchor;
113 target_anchor_ = start_anchor_;
121 start_anchor_ - start_scroll_offset_, StartViewportSize());
123 start_anchor_ - DenormalizeToViewport(normalized, TargetViewportSize());
200 return InterpolateBetween(start_anchor_, target_anchor_, interp);
207 NormalizeFromViewport(start_anchor_ - start_scroll_offset_,
page_scale_animation.h 94 gfx::Vector2dF start_anchor_; member in class:cc::PageScaleAnimation

Completed in 215 milliseconds