HomeSort by relevance Sort by last modified time
    Searched full:interpolatedtransform (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/gfx/
interpolated_transform.cc 71 // InterpolatedTransform
74 InterpolatedTransform::InterpolatedTransform()
80 InterpolatedTransform::InterpolatedTransform(float start_time,
87 InterpolatedTransform::~InterpolatedTransform() {}
89 gfx::Transform InterpolatedTransform::Interpolate(float t) const {
99 void InterpolatedTransform::SetChild(InterpolatedTransform* child)
    [all...]
interpolated_transform.h 19 // class InterpolatedTransform
28 class GFX_EXPORT InterpolatedTransform {
30 InterpolatedTransform();
34 InterpolatedTransform(float start_time, float end_time);
35 virtual ~InterpolatedTransform();
43 // This function takes ownership of the passed InterpolatedTransform.
44 void SetChild(InterpolatedTransform* child);
74 scoped_ptr<InterpolatedTransform> child_;
78 DISALLOW_COPY_AND_ASSIGN(InterpolatedTransform);
87 class GFX_EXPORT InterpolatedRotation : public InterpolatedTransform {
    [all...]
interpolated_transform_unittest.cc 107 ui::InterpolatedTransform* GetScreenRotation(int degrees, bool reversed) {
127 scoped_ptr<ui::InterpolatedTransform> rotation(
133 scoped_ptr<ui::InterpolatedTransform> translation(
140 scoped_ptr<ui::InterpolatedTransform> scale_down(
143 scoped_ptr<ui::InterpolatedTransform> scale_up(
146 scoped_ptr<ui::InterpolatedTransform> to_return(
162 scoped_ptr<ui::InterpolatedTransform> screen_rotation(
177 ui::InterpolatedTransform* GetMaximize() {
186 scoped_ptr<ui::InterpolatedTransform> scale(
190 scoped_ptr<ui::InterpolatedTransform> translation
    [all...]
  /external/chromium_org/ash/rotator/
screen_rotation.h 15 class InterpolatedTransform;
48 scoped_ptr<ui::InterpolatedTransform> interpolated_transform_;
screen_rotation.cc 80 scoped_ptr<ui::InterpolatedTransform> rotation(
85 scoped_ptr<ui::InterpolatedTransform> translation(
92 scoped_ptr<ui::InterpolatedTransform> scale_down(
95 scoped_ptr<ui::InterpolatedTransform> scale_up(
  /external/chromium_org/ui/wm/core/
window_animations.cc 354 scoped_ptr<ui::InterpolatedTransform> scale(new ui::InterpolatedScale(
359 scoped_ptr<ui::InterpolatedTransform> scale_about_pivot(
456 scoped_ptr<ui::InterpolatedTransform> perspective(
459 scoped_ptr<ui::InterpolatedTransform> scale(
461 scoped_ptr<ui::InterpolatedTransform> scale_about_pivot(
466 scoped_ptr<ui::InterpolatedTransform> translation(
470 scoped_ptr<ui::InterpolatedTransform> rotation(
  /external/chromium_org/ui/compositor/
layer_animation_element.h 22 class InterpolatedTransform;
96 InterpolatedTransform* interpolated_transform,
layer_animation_element.cc 87 InterpolatedTransformTransition(InterpolatedTransform* interpolated_transform,
111 scoped_ptr<InterpolatedTransform> interpolated_transform_;
798 InterpolatedTransform* interpolated_transform,
  /external/chromium_org/ash/wm/
window_animations.cc 109 scoped_ptr<ui::InterpolatedTransform> scale(
113 scoped_ptr<ui::InterpolatedTransform> translation(

Completed in 190 milliseconds