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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
MatrixTransformOperation.h 33 class MatrixTransformOperation : public TransformOperation {
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)
81 MatrixTransformOperation(const TransformationMatrix& t)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.h 49 MatrixTransformOperation,

Completed in 47 milliseconds