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

/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.h107 // class InterpolatedAxisAngleRotation
112 class GFX_EXPORT InterpolatedAxisAngleRotation : public InterpolatedTransform { class in namespace:ui
114 InterpolatedAxisAngleRotation(const gfx::Vector3dF& axis,
117 InterpolatedAxisAngleRotation(const gfx::Vector3dF& axis,
122 virtual ~InterpolatedAxisAngleRotation();
132 DISALLOW_COPY_AND_ASSIGN(InterpolatedAxisAngleRotation);
H A Dinterpolated_transform.cc160 // InterpolatedAxisAngleRotation
163 InterpolatedAxisAngleRotation::InterpolatedAxisAngleRotation( function in class:ui::InterpolatedAxisAngleRotation
173 InterpolatedAxisAngleRotation::InterpolatedAxisAngleRotation( function in class:ui::InterpolatedAxisAngleRotation
185 InterpolatedAxisAngleRotation::~InterpolatedAxisAngleRotation() {}
188 InterpolatedAxisAngleRotation::InterpolateButDoNotCompose(float t) const {

Completed in 44 milliseconds