HomeSort by relevance Sort by last modified time
    Searched defs:rotateFromVector (Results 1 - 3 of 3) 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/platform/graphics/transforms/
AffineTransform.cpp 230 AffineTransform& AffineTransform::rotateFromVector(double x, double y)
TransformationMatrix.cpp 503 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y)
    [all...]

Completed in 12 milliseconds