Searched refs:SCALE_Z (Results 1 – 5 of 5) sorted by relevance
46 SCALE_Z, SCALE_3D, enumerator72 return opType == SCALE_Z || in is3DOperation()
76 …ASSERT(type == SCALE_X || type == SCALE_Y || type == SCALE_Z || type == SCALE || type == SCALE_3D); in ScaleTransformOperation()
734 } else if (op->getOperationType() == TransformOperation::SCALE_Z) { in createTransformAnimationsFromKeyframes()
160 case TransformOperation::SCALE_Z:218 case TransformOperation::SCALE_Z:
6104 …case WebKitCSSTransformValue::ScaleZTransformOperation: return TransformOperation::SCALE_Z; in getTransformOperationType()