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

  /external/chromium_org/third_party/WebKit/Source/core/css/
WebKitCSSMatrix.idl 90 [Immutable] WebKitCSSMatrix rotateAxisAngle([Default=Undefined] optional double x,
CSSMatrix.cpp 145 PassRefPtrWillBeRawPtr<CSSMatrix> CSSMatrix::rotateAxisAngle(double x, double y, double z, double angle) const
CSSMatrix.h 133 PassRefPtrWillBeRawPtr<CSSMatrix> rotateAxisAngle(double x, double y, double z, double angle) const;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
OverridesView.js 662 var rotationMatrix = matrix.rotateAxisAngle(axis.x, axis.y, axis.z, angle);

Completed in 443 milliseconds