HomeSort by relevance Sort by last modified time
    Searched refs:ROTATE_3D (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperation.h 48 ROTATE_X, ROTATE_Y, ROTATE_3D,
78 opType == ROTATE_3D ||
RotateTransformOperation.h 78 ASSERT(type == ROTATE_X || type == ROTATE_Y || type == ROTATE_Z || type == ROTATE_3D);
RotateTransformOperation.cpp 92 return RotateTransformOperation::create(x, y, z, angle, ROTATE_3D);