Home
last modified time | relevance | path

Searched defs:InterpolatedScale (Results 1 – 2 of 2) 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
Dinterpolated_transform_unittest.cc39 TEST(InterpolatedTransformTest, InterpolatedScale) { in TEST() argument