Home
last modified time | relevance | path

Searched refs:ROTATE_3D (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/transforms/
DTransformOperation.h48 ROTATE_X, ROTATE_Y, ROTATE_3D, enumerator
78 opType == ROTATE_3D || in is3DOperation()
DRotateTransformOperation.h75 ASSERT(type == ROTATE_X || type == ROTATE_Y || type == ROTATE_Z || type == ROTATE_3D); in RotateTransformOperation()
DRotateTransformOperation.cpp92 return RotateTransformOperation::create(x, y, z, angle, ROTATE_3D); in blend()
/external/webkit/WebCore/platform/graphics/
DGraphicsLayer.cpp364 type == TransformOperation::ROTATE_3D) { in fetchTransformOperationList()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm186 case TransformOperation::ROTATE_3D:
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp6115 …se WebKitCSSTransformValue::Rotate3DTransformOperation: return TransformOperation::ROTATE_3D; in getTransformOperationType()