Searched defs:MatrixTransformOperation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DMatrixTransformOperation.h33 class MatrixTransformOperation : public TransformOperation { class in namespace:WebCore
35 static PassRefPtr<MatrixTransformOperation> create(double a, double b, double c, double d, double e, double f)
37 return adoptRef(new MatrixTransformOperation(a, b, c, d, e, f));
40 static PassRefPtr<MatrixTransformOperation> create(const TransformationMatrix& t)
42 return adoptRef(new MatrixTransformOperation(t));
58 const MatrixTransformOperation* m = static_cast<const MatrixTransformOperation*>(&o);
71 MatrixTransformOperation(double a, double b, double c, double d, double e, double f) function in class:WebCore::MatrixTransformOperation
81 MatrixTransformOperation(const TransformationMatrix& t) function in class:WebCore::MatrixTransformOperation
/external/webkit/Source/WebCore/css/
H A DWebKitCSSTransformValue.h50 MatrixTransformOperation, enumerator in enum:WebCore::WebKitCSSTransformValue::TransformOperationType

Completed in 92 milliseconds