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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
RotateTransformOperation.h 32 class PLATFORM_EXPORT RotateTransformOperation : public TransformOperation {
34 static PassRefPtr<RotateTransformOperation> create(double angle, OperationType type)
36 return adoptRef(new RotateTransformOperation(0, 0, 1, angle, type));
39 static PassRefPtr<RotateTransformOperation> create(double x, double y, double z, double angle, OperationType type)
41 return adoptRef(new RotateTransformOperation(x, y, z, angle, type));
50 static bool shareSameAxis(const RotateTransformOperation* fromRotation, const RotateTransformOperation* toRotation, FloatPoint3D* axis, double* fromAngle, double* toAngle);
62 const RotateTransformOperation* r = static_cast<const RotateTransformOperation*>(&o);
73 RotateTransformOperation(double x, double y, double z, double angle, OperationType type
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.h 42 RotateTransformOperation,

Completed in 239 milliseconds