HomeSort by relevance Sort by last modified time
    Searched refs:Matrix3DTransformOperation (Results 1 - 14 of 14) 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));
51 const Matrix3DTransformOperation* m = static_cast<const Matrix3DTransformOperation*>(&o);
62 Matrix3DTransformOperation(const TransformationMatrix& mat)
Matrix3DTransformOperation.cpp 27 #include "platform/transforms/Matrix3DTransformOperation.h"
35 PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
53 return Matrix3DTransformOperation::create(toT);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.h 59 Matrix3DTransformOperation
CSSComputedStyleDeclaration.cpp 751 transformValue = CSSTransformValue::create(CSSTransformValue::Matrix3DTransformOperation);
    [all...]
CSSParser-in.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 35 #include "platform/transforms/Matrix3DTransformOperation.h"
81 case CSSTransformValue::Matrix3DTransformOperation: return TransformOperation::Matrix3D;
285 case CSSTransformValue::Matrix3DTransformOperation: {
304 operations.operations().append(Matrix3DTransformOperation::create(matrix));
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp 35 #include "platform/transforms/Matrix3DTransformOperation.h"
105 Matrix3DTransformOperation* transform = static_cast<Matrix3DTransformOperation*>(transformOperations.operations()[j].get());
AnimationTranslationUtilTest.cpp 33 #include "platform/transforms/Matrix3DTransformOperation.h"
220 operations1.operations().append(Matrix3DTransformOperation::create(matrix1));
226 operations2.operations().append(Matrix3DTransformOperation::create(matrix2));
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 398 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 397 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 397 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
    [all...]
blink_platform.target.linux-arm.mk 398 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
    [all...]
blink_platform.target.linux-mips.mk 397 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
    [all...]
blink_platform.target.linux-x86.mk 397 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
    [all...]

Completed in 128 milliseconds