HomeSort by relevance Sort by last modified time
    Searched defs:InterpolatedScale (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
interpolated_transform.cc 195 // InterpolatedScale
198 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale)
204 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale,
211 InterpolatedScale::InterpolatedScale(const gfx::Point3F& start_scale,
218 InterpolatedScale::InterpolatedScale(const gfx::Point3F& start_scale,
227 InterpolatedScale::~InterpolatedScale() {
    [all...]
interpolated_transform.h 136 // class InterpolatedScale
141 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);

Completed in 41 milliseconds