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

  /external/chromium_org/ui/gfx/
interpolated_transform.cc 160 // InterpolatedAxisAngleRotation
163 InterpolatedAxisAngleRotation::InterpolatedAxisAngleRotation(
173 InterpolatedAxisAngleRotation::InterpolatedAxisAngleRotation(
185 InterpolatedAxisAngleRotation::~InterpolatedAxisAngleRotation() {}
188 InterpolatedAxisAngleRotation::InterpolateButDoNotCompose(float t) const {
interpolated_transform.h 107 // class InterpolatedAxisAngleRotation
112 class GFX_EXPORT InterpolatedAxisAngleRotation : public InterpolatedTransform {
114 InterpolatedAxisAngleRotation(const gfx::Vector3dF& axis,
117 InterpolatedAxisAngleRotation(const gfx::Vector3dF& axis,
122 virtual ~InterpolatedAxisAngleRotation();
132 DISALLOW_COPY_AND_ASSIGN(InterpolatedAxisAngleRotation);

Completed in 1014 milliseconds