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

  /external/chromium_org/ui/gfx/
interpolated_transform.cc 129 // InterpolatedRotation
132 InterpolatedRotation::InterpolatedRotation(float start_degrees,
139 InterpolatedRotation::InterpolatedRotation(float start_degrees,
148 InterpolatedRotation::~InterpolatedRotation() {}
150 gfx::Transform InterpolatedRotation::InterpolateButDoNotCompose(float t) const {
interpolated_transform.h 82 // class InterpolatedRotation
87 class GFX_EXPORT InterpolatedRotation : public InterpolatedTransform {
89 InterpolatedRotation(float start_degrees, float end_degrees);
90 InterpolatedRotation(float start_degrees,
94 virtual ~InterpolatedRotation();
103 DISALLOW_COPY_AND_ASSIGN(InterpolatedRotation);

Completed in 96 milliseconds