Searched defs:start_scale (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.cc201 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale) argument
203 start_scale_(gfx::Point3F(start_scale, start_scale, start_scale)),
207 InterpolatedScale::InterpolatedScale(float start_scale, float end_scale, argument
210 start_scale_(gfx::Point3F(start_scale, start_scale, start_scale)),
214 InterpolatedScale::InterpolatedScale(const gfx::Point3F& start_scale, argument
217 start_scale_(start_scale),
221 InterpolatedScale(const gfx::Point3F& start_scale, const gfx::Point3F& end_scale, float start_time, float end_time) argument
[all...]

Completed in 25 milliseconds