Home
last modified time | relevance | path

Searched refs:Matrix3D (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h49 Matrix3D, enumerator
80 || opType == Matrix3D in is3DOperation()
DMatrix3DTransformOperation.h45 virtual OperationType type() const OVERRIDE { return Matrix3D; } in type()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp81 case CSSTransformValue::Matrix3DTransformOperation: return TransformOperation::Matrix3D; in getTransformOperationType()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp104 case TransformOperation::Matrix3D: { in toWebTransformOperations()