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

/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.h164 class GFX_EXPORT InterpolatedTranslation : public InterpolatedTransform { class in namespace:ui
166 InterpolatedTranslation(const gfx::Point& start_pos,
168 InterpolatedTranslation(const gfx::Point& start_pos,
172 virtual ~InterpolatedTranslation();
181 DISALLOW_COPY_AND_ASSIGN(InterpolatedTranslation);
H A Dinterpolated_transform.cc239 // InterpolatedTranslation
242 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos, function in class:ui::InterpolatedTranslation
249 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos, function in class:ui::InterpolatedTranslation
258 InterpolatedTranslation::~InterpolatedTranslation() {}
261 InterpolatedTranslation::InterpolateButDoNotCompose(float t) const {

Completed in 167 milliseconds