Searched refs:rotateFromVector (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMatrix.idl43 [RaisesException] SVGMatrix rotateFromVector(float x, float y);
H A DSVGMatrixTearOff.h85 PassRefPtr<SVGMatrixTearOff> rotateFromVector(double x, double y, ExceptionState&);
H A DSVGMatrixTearOff.cpp167 PassRefPtr<SVGMatrixTearOff> SVGMatrixTearOff::rotateFromVector(double x, double y, ExceptionState& exceptionState) function in class:blink::SVGMatrixTearOff
173 copy.rotateFromVector(x, y);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.h95 AffineTransform& rotateFromVector(double x, double y);
H A DAffineTransform.cpp183 AffineTransform& AffineTransform::rotateFromVector(double x, double y) function in class:blink::AffineTransform
H A DTransformationMatrix.h216 TransformationMatrix& rotateFromVector(double x, double y);
H A DTransformationMatrix.cpp531 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y) function in class:blink::TransformationMatrix

Completed in 323 milliseconds