Home
last modified time | relevance | path

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

/external/webkit/Source/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/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp118 case TransformOperation::SCALE_Z: in getTransformFunctionValue()
192 case TransformOperation::SCALE_Z: in getValueFunctionNameForTransformOperation()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp7063 …case WebKitCSSTransformValue::ScaleZTransformOperation: return TransformOperation::SCALE_Z; in getTransformOperationType()