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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrix.h 119 SVGMatrix rotateFromVector(double x, double y, ExceptionState& es)
125 copy.rotateFromVector(x, y);
SVGMatrix.idl 39 [StrictTypeChecking, RaisesException] SVGMatrix rotateFromVector(float x, float y);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.h 96 AffineTransform& rotateFromVector(double x, double y);
TransformationMatrix.h 214 TransformationMatrix& rotateFromVector(double x, double y);
AffineTransform.cpp 181 AffineTransform& AffineTransform::rotateFromVector(double x, double y)
TransformationMatrix.cpp 533 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y)
    [all...]

Completed in 115 milliseconds