Searched defs:rotateFromVector (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMatrix.h115 SVGMatrix rotateFromVector(double x, double y, ExceptionState& exceptionState) function in class:WebCore::SVGMatrix
121 copy.rotateFromVector(x, y);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp179 AffineTransform& AffineTransform::rotateFromVector(double x, double y) function in class:WebCore::AffineTransform
H A DTransformationMatrix.cpp532 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y) function in class:WebCore::TransformationMatrix

Completed in 54 milliseconds