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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
Matrix3DTransformOperation.h 33 class PLATFORM_EXPORT Matrix3DTransformOperation : public TransformOperation {
35 static PassRefPtr<Matrix3DTransformOperation> create(const TransformationMatrix& matrix)
37 return adoptRef(new Matrix3DTransformOperation(matrix));
56 const Matrix3DTransformOperation* m = static_cast<const Matrix3DTransformOperation*>(&o);
67 Matrix3DTransformOperation(const TransformationMatrix& mat)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.h 59 Matrix3DTransformOperation

Completed in 70 milliseconds