HomeSort by relevance Sort by last modified time
    Searched full:rotateradians (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 137 return rotateRadians(deg2rad(a));
140 AffineTransform& AffineTransform::rotateRadians(double a)
185 return rotateRadians(atan2(y, x));
382 m.rotateRadians(-angle);
406 this->rotateRadians(decomp.angle);
AffineTransform.h 94 AffineTransform& rotateRadians(double a);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.cpp 233 rotationMatrix.rotateRadians(rotation);
CanvasRenderingContext2D.cpp 743 newTransform.rotateRadians(angleInRadians);
756 m_path.transform(AffineTransform().rotateRadians(-angleInRadians));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp 375 AffineTransform ellipseTransform = AffineTransform::translation(p.x(), p.y()).rotateRadians(rotation);

Completed in 1063 milliseconds