Searched refs:ROTATE_3D (Results 1 – 6 of 6) sorted by relevance
48 ROTATE_X, ROTATE_Y, ROTATE_3D, enumerator78 opType == ROTATE_3D || in is3DOperation()
75 ASSERT(type == ROTATE_X || type == ROTATE_Y || type == ROTATE_Z || type == ROTATE_3D); in RotateTransformOperation()
92 return RotateTransformOperation::create(x, y, z, angle, ROTATE_3D); in blend()
364 type == TransformOperation::ROTATE_3D) { in fetchTransformOperationList()
186 case TransformOperation::ROTATE_3D:
6115 …se WebKitCSSTransformValue::Rotate3DTransformOperation: return TransformOperation::ROTATE_3D; in getTransformOperationType()