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

  /external/webkit/Source/WebCore/platform/graphics/transforms/
RotateTransformOperation.h 32 class 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));
59 const RotateTransformOperation* r = static_cast<const RotateTransformOperation*>(&o);
71 RotateTransformOperation(double x, double y, double z, double angle, OperationType type)
  /external/webkit/Source/WebCore/css/
WebKitCSSTransformValue.h 43 RotateTransformOperation,

Completed in 86 milliseconds