Searched refs:InterpolatedScale (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.h136 // class InterpolatedScale
141 class GFX_EXPORT InterpolatedScale : public InterpolatedTransform { class in namespace:ui
143 InterpolatedScale(float start_scale, float end_scale);
144 InterpolatedScale(float start_scale, float end_scale,
146 InterpolatedScale(const gfx::Point3F& start_scale,
148 InterpolatedScale(const gfx::Point3F& start_scale,
152 virtual ~InterpolatedScale();
161 DISALLOW_COPY_AND_ASSIGN(InterpolatedScale);
H A Dinterpolated_transform.cc195 // InterpolatedScale
198 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale) function in class:ui::InterpolatedScale
204 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale, function in class:ui::InterpolatedScale
211 InterpolatedScale::InterpolatedScale(const gfx::Point3F& start_scale, function in class:ui::InterpolatedScale
218 InterpolatedScale::InterpolatedScale(const gfx::Point3F& start_scale, function in class:ui::InterpolatedScale
227 InterpolatedScale
[all...]
H A Dinterpolated_transform_unittest.cc39 TEST(InterpolatedTransformTest, InterpolatedScale) {
40 ui::InterpolatedScale interpolated_scale(gfx::Point3F(0, 0, 0),
42 ui::InterpolatedScale interpolated_scale_diff_start_end(
95 new ui::InterpolatedScale(gfx::Point3F(1, 1, 1), gfx::Point3F(2, 2, 2)));
141 new ui::InterpolatedScale(1.0f, scale_factor, 0.0f, 0.5f));
144 new ui::InterpolatedScale(1.0f, 1.0f / scale_factor, 0.5f, 1.0f));
187 new ui::InterpolatedScale(gfx::Point3F(1, 1, 1),
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc93 new ui::InterpolatedScale(1.0f, scale_factor, 0.0f, 0.5f));
96 new ui::InterpolatedScale(1.0f, 1.0f / scale_factor, 0.5f, 1.0f));
/external/chromium_org/ui/views/corewm/
H A Dwindow_animations.cc331 scoped_ptr<ui::InterpolatedTransform> scale(new ui::InterpolatedScale(
406 new ui::InterpolatedScale(1, kWindowAnimation_Rotate_ScaleFactor));
/external/chromium_org/ash/wm/
H A Dwindow_animations.cc86 new ui::InterpolatedScale(gfx::Point3F(1, 1, 1),

Completed in 94 milliseconds