Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformOperation.h46 SCALE_Z, SCALE_3D, enumerator
73 opType == SCALE_3D || 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.cpp90 case TransformOperation::SCALE_3D: in isTransformTypeFloatPoint3D()
139 case TransformOperation::SCALE_3D: in getTransformFunctionValue()
201 case TransformOperation::SCALE_3D: in getValueFunctionNameForTransformOperation()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp7064 …ase WebKitCSSTransformValue::Scale3DTransformOperation: return TransformOperation::SCALE_3D; in getTransformOperationType()