Searched refs:rotateFromVector (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGMatrixTearOff.cpp | 167 PassRefPtr<SVGMatrixTearOff> SVGMatrixTearOff::rotateFromVector(double x, double y, ExceptionState&… in rotateFromVector() function in blink::SVGMatrixTearOff 173 copy.rotateFromVector(x, y); in rotateFromVector()
|
D | SVGMatrixTearOff.h | 85 PassRefPtr<SVGMatrixTearOff> rotateFromVector(double x, double y, ExceptionState&);
|
D | SVGMatrix.idl | 43 [RaisesException] SVGMatrix rotateFromVector(float x, float y);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | AffineTransform.h | 95 AffineTransform& rotateFromVector(double x, double y);
|
D | AffineTransform.cpp | 183 AffineTransform& AffineTransform::rotateFromVector(double x, double y) in rotateFromVector() function in blink::AffineTransform
|
D | TransformationMatrix.h | 216 TransformationMatrix& rotateFromVector(double x, double y);
|
D | TransformationMatrix.cpp | 531 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y) in rotateFromVector() function in blink::TransformationMatrix
|