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

  /external/webkit/WebCore/platform/graphics/transforms/
SkewTransformOperation.h 34 static PassRefPtr<SkewTransformOperation> create(double angleX, double angleY, OperationType type)
41 virtual OperationType getOperationType() const { return m_type; }
60 SkewTransformOperation(double angleX, double angleY, OperationType type)
69 OperationType m_type;
RotateTransformOperation.h 34 static PassRefPtr<RotateTransformOperation> create(double angle, OperationType type)
39 static PassRefPtr<RotateTransformOperation> create(double x, double y, double z, double angle, OperationType type)
49 virtual OperationType getOperationType() const { return m_type; }
68 RotateTransformOperation(double x, double y, double z, double angle, OperationType type)
82 OperationType m_type;
ScaleTransformOperation.h 34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type)
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type)
51 virtual OperationType getOperationType() const { return m_type; }
70 ScaleTransformOperation(double sx, double sy, double sz, OperationType type)
82 OperationType m_type;
TransformOperation.h 39 enum OperationType {
66 virtual OperationType getOperationType() const = 0;
71 OperationType opType = getOperationType();
IdentityTransformOperation.h 41 virtual OperationType getOperationType() const { return IDENTITY; }
TranslateTransformOperation.h 35 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type)
40 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationType type)
52 virtual OperationType getOperationType() const { return m_type; }
71 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type)
83 OperationType m_type;
PerspectiveTransformOperation.h 42 virtual OperationType getOperationType() const { return PERSPECTIVE; }
Matrix3DTransformOperation.h 43 virtual OperationType getOperationType() const { return MATRIX_3D; }
MatrixTransformOperation.h 48 virtual OperationType getOperationType() const { return MATRIX; }
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 157 bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, CABasicAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
158 bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, CAKeyframeAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
GraphicsLayerCA.mm 149 static NSValue* getTransformFunctionValue(const TransformOperation* transformOp, TransformOperation::OperationType transformType, const IntSize& size)
204 static NSString* getValueFunctionNameForTransformOperation(TransformOperation::OperationType transformType)
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 339 typedef Vector<TransformOperation::OperationType> TransformOperationList;
GraphicsLayer.cpp 357 TransformOperation::OperationType type = firstVal->operations().at(j)->getOperationType();
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 664 TransformOperation::OperationType type = rareNonInheritedData->m_transform->m_operations.operations()[i]->getOperationType();
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 43 milliseconds