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

  /external/webkit/Source/WebCore/platform/graphics/transforms/
ScaleTransformOperation.h 32 class ScaleTransformOperation : public TransformOperation {
34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type)
36 return adoptRef(new ScaleTransformOperation(sx, sy, 1, type));
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type)
41 return adoptRef(new ScaleTransformOperation(sx, sy, sz, type));
58 const ScaleTransformOperation* s = static_cast<const ScaleTransformOperation*>(&o);
70 ScaleTransformOperation(double sx, double sy, double sz, OperationType type)
  /external/webkit/Source/WebCore/css/
WebKitCSSTransformValue.h 44 ScaleTransformOperation,

Completed in 32 milliseconds