Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/transforms/
DTransformOperation.h48 ROTATE_X, ROTATE_Y, ROTATE_3D, enumerator
77 opType == ROTATE_Y || in is3DOperation()
DRotateTransformOperation.h75 ASSERT(type == ROTATE_X || type == ROTATE_Y || type == ROTATE_Z || type == ROTATE_3D); in RotateTransformOperation()
/external/webkit/WebCore/platform/graphics/
DGraphicsLayer.cpp332 type == TransformOperation::ROTATE_Y || in fetchTransformOperationList()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm145 case TransformOperation::ROTATE_Y:
191 case TransformOperation::ROTATE_Y:
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp5867 …ase WebKitCSSTransformValue::RotateYTransformOperation: return TransformOperation::ROTATE_Y; in getTransformOperationType()