Home
last modified time | relevance | path

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

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