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

  /external/webkit/Source/WebCore/svg/
SVGMatrix.h 115 SVGMatrix rotateFromVector(double x, double y, ExceptionCode& ec)
121 copy.rotateFromVector(x, y);
SVGMatrix.idl 42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotateFromVector(in float x, in float y)
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.h 104 AffineTransform& rotateFromVector(double x, double y);
AffineTransform.cpp 230 AffineTransform& AffineTransform::rotateFromVector(double x, double y)
TransformationMatrix.h 218 TransformationMatrix& rotateFromVector(double x, double y);
TransformationMatrix.cpp 516 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y)
    [all...]

Completed in 72 milliseconds