Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/transforms/
DTransformOperation.h46 SCALE_Z, SCALE_3D, enumerator
72 return opType == SCALE_Z || in is3DOperation()
DScaleTransformOperation.h76 …ASSERT(type == SCALE_X || type == SCALE_Y || type == SCALE_Z || type == SCALE || type == SCALE_3D); in ScaleTransformOperation()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp734 } else if (op->getOperationType() == TransformOperation::SCALE_Z) { in createTransformAnimationsFromKeyframes()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm160 case TransformOperation::SCALE_Z:
218 case TransformOperation::SCALE_Z:
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp6104 …case WebKitCSSTransformValue::ScaleZTransformOperation: return TransformOperation::SCALE_Z; in getTransformOperationType()