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

  /external/webkit/WebCore/bindings/js/
JSSVGMatrixCustom.cpp 64 JSValue JSSVGMatrix::rotateFromVector(ExecState* exec, const ArgList& args)
72 JSValue result = toJS(exec, globalObject(), JSSVGStaticPODTypeWrapper<AffineTransform>::create(imp.rotateFromVector(x, y)).get(), context);
  /external/webkit/WebCore/svg/
SVGMatrix.idl 42 [Custom] SVGMatrix rotateFromVector(in float x, in float y)
  /external/webkit/WebCore/bindings/v8/custom/
V8SVGMatrixCustom.cpp 81 INC_STATS("DOM.SVGMatrix.rotateFromVector()");
87 result.rotateFromVector(x, y);
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.h 101 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 503 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y)
    [all...]

Completed in 54 milliseconds