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

  /external/chromium_org/cc/animation/
scroll_offset_animation_curve_unittest.cc 21 curve->SetInitialValue(target_value);
25 curve->SetInitialValue(gfx::Vector2dF(136.f, 200.f));
29 curve->SetInitialValue(gfx::Vector2dF(19.f, 200.f));
33 curve->SetInitialValue(gfx::Vector2dF(100.f, 344.f));
37 curve->SetInitialValue(gfx::Vector2dF(100.f, 191.f));
41 curve->SetInitialValue(gfx::Vector2dF(32500.f, 500.f));
45 curve->SetInitialValue(gfx::Vector2dF(150.f, 119.f));
49 curve->SetInitialValue(gfx::Vector2dF(0.f, 14600.f));
53 curve->SetInitialValue(gfx::Vector2dF(95.f, 191.f));
64 curve->SetInitialValue(initial_value)
    [all...]
scroll_offset_animation_curve.h 25 void SetInitialValue(const gfx::Vector2dF& initial_value);
scroll_offset_animation_curve.cc 33 void ScrollOffsetAnimationCurve::SetInitialValue(
layer_animation_controller.cc 540 animations_[i]->curve()->ToScrollOffsetAnimationCurve()->SetInitialValue(
    [all...]
layer_animation_controller_unittest.cc     [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_scroll_offset_animation_curve_impl.cc 33 void WebScrollOffsetAnimationCurveImpl::setInitialValue(
35 curve_->SetInitialValue(gfx::Vector2dF(initial_value.x, initial_value.y));

Completed in 393 milliseconds