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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrixTearOff.cpp 167 PassRefPtr<SVGMatrixTearOff> SVGMatrixTearOff::rotateFromVector(double x, double y, ExceptionState& exceptionState)
173 copy.rotateFromVector(x, y);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 183 AffineTransform& AffineTransform::rotateFromVector(double x, double y)
TransformationMatrix.cpp 531 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y)
    [all...]

Completed in 338 milliseconds