HomeSort by relevance Sort by last modified time
    Searched refs:rotateFromVector (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrix.idl 43 [RaisesException] SVGMatrix rotateFromVector(float x, float y);
SVGMatrixTearOff.h 84 PassRefPtr<SVGMatrixTearOff> rotateFromVector(double x, double y, ExceptionState&);
SVGMatrixTearOff.cpp 169 PassRefPtr<SVGMatrixTearOff> SVGMatrixTearOff::rotateFromVector(double x, double y, ExceptionState& exceptionState)
175 copy.rotateFromVector(x, y);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.h 95 AffineTransform& rotateFromVector(double x, double y);
TransformationMatrix.h 216 TransformationMatrix& rotateFromVector(double x, double y);
AffineTransform.cpp 183 AffineTransform& AffineTransform::rotateFromVector(double x, double y)
TransformationMatrix.cpp 533 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y)
    [all...]

Completed in 75 milliseconds