Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dinterpolated_transform.cc198 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale) in InterpolatedScale() function in ui::InterpolatedScale
204 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale, in InterpolatedScale() function in ui::InterpolatedScale
211 InterpolatedScale::InterpolatedScale(const gfx::Point3F& start_scale, in InterpolatedScale() function in ui::InterpolatedScale
218 InterpolatedScale::InterpolatedScale(const gfx::Point3F& start_scale, in InterpolatedScale() function in ui::InterpolatedScale
227 InterpolatedScale::~InterpolatedScale() {} in ~InterpolatedScale()
229 gfx::Transform InterpolatedScale::InterpolateButDoNotCompose(float t) const { in InterpolateButDoNotCompose()
Dinterpolated_transform.h141 class GFX_EXPORT InterpolatedScale : public InterpolatedTransform {
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);
Dinterpolated_transform_unittest.cc39 TEST(InterpolatedTransformTest, InterpolatedScale) { in TEST() argument
40 ui::InterpolatedScale interpolated_scale(gfx::Point3F(0, 0, 0), in TEST()
42 ui::InterpolatedScale interpolated_scale_diff_start_end( in TEST()
95 new ui::InterpolatedScale(gfx::Point3F(1, 1, 1), gfx::Point3F(2, 2, 2))); in TEST()
141 new ui::InterpolatedScale(1.0f, scale_factor, 0.0f, 0.5f)); in GetScreenRotation()
144 new ui::InterpolatedScale(1.0f, 1.0f / scale_factor, 0.5f, 1.0f)); in GetScreenRotation()
187 new ui::InterpolatedScale(gfx::Point3F(1, 1, 1), in GetMaximize()
/external/chromium_org/ash/rotator/
Dscreen_rotation.cc93 new ui::InterpolatedScale(1.0f, scale_factor, 0.0f, 0.5f)); in InitTransform()
96 new ui::InterpolatedScale(1.0f, 1.0f / scale_factor, 0.5f, 1.0f)); in InitTransform()
/external/chromium_org/ui/wm/core/
Dwindow_animations.cc356 scoped_ptr<ui::InterpolatedTransform> scale(new ui::InterpolatedScale( in CreateGrowShrinkElement()
460 new ui::InterpolatedScale(1, kWindowAnimation_Rotate_ScaleFactor)); in AddLayerAnimationsForRotate()
/external/chromium_org/ash/wm/
Dwindow_animations.cc110 new ui::InterpolatedScale(gfx::Point3F(1, 1, 1), in AddLayerAnimationsForMinimize()