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

  /external/webkit/WebCore/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));
56 const MatrixTransformOperation* m = static_cast<const MatrixTransformOperation*>(&o);
69 MatrixTransformOperation(double a, double b, double c, double d, double e, double f)
79 MatrixTransformOperation(const TransformationMatrix& t)
MatrixTransformOperation.cpp 23 #include "MatrixTransformOperation.h"
31 PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
41 const MatrixTransformOperation* m = static_cast<const MatrixTransformOperation*>(from);
49 return MatrixTransformOperation::create(toT.a(), toT.b(), toT.c(), toT.d(), toT.e(), toT.f());
  /external/webkit/WebCore/css/
WebKitCSSTransformValue.h 50 MatrixTransformOperation,
WebKitCSSTransformValue.cpp 79 case MatrixTransformOperation:
CSSComputedStyleDeclaration.cpp 430 transformVal = WebKitCSSTransformValue::create(WebKitCSSTransformValue::MatrixTransformOperation);
    [all...]
CSSStyleSelector.cpp 64 #include "MatrixTransformOperation.h"
    [all...]
CSSParser.cpp     [all...]
  /external/webkit/WebCore/
Android.mk 500 platform/graphics/transforms/MatrixTransformOperation.cpp \

Completed in 50 milliseconds