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

  /external/webkit/Source/WebCore/svg/
SVGMatrix.h 115 SVGMatrix rotateFromVector(double x, double y, ExceptionCode& ec)
121 copy.rotateFromVector(x, y);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 230 AffineTransform& AffineTransform::rotateFromVector(double x, double y)
TransformationMatrix.cpp 516 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y)
    [all...]

Completed in 41 milliseconds