Home
last modified time | relevance | path

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

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