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

  /external/webkit/Source/WebCore/platform/graphics/transforms/
SkewTransformOperation.h 34 static PassRefPtr<SkewTransformOperation> create(double angleX, double angleY, OperationType type)
44 virtual OperationType getOperationType() const { return m_type; }
63 SkewTransformOperation(double angleX, double angleY, OperationType type)
72 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)
52 virtual OperationType getOperationType() const { return m_type; }
71 RotateTransformOperation(double x, double y, double z, double angle, OperationType type)
85 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)
56 virtual OperationType getOperationType() const { return m_type; }
75 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type)
87 OperationType m_type;
Matrix3DTransformOperation.h 45 virtual OperationType getOperationType() const { return MATRIX_3D; }
PerspectiveTransformOperation.h 45 virtual OperationType getOperationType() const { return PERSPECTIVE; }
MatrixTransformOperation.h 50 virtual OperationType getOperationType() const { return MATRIX; }
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 111 } OperationType;
113 PendingOperation(OperationType op,
117 OperationType op() const { return op_; }
121 OperationType op_;
127 void BatchOperation(PendingOperation::OperationType op,
375 PendingOperation::OperationType op,
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 174 bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
175 bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
GraphicsLayerCA.cpp 68 static bool isTransformTypeTransformationMatrix(TransformOperation::OperationType transformType)
86 static bool isTransformTypeFloatPoint3D(TransformOperation::OperationType transformType)
99 static bool isTransformTypeNumber(TransformOperation::OperationType transformType)
104 static void getTransformFunctionValue(const TransformOperation* transformOp, TransformOperation::OperationType transformType, const IntSize& size, float& value)
135 static void getTransformFunctionValue(const TransformOperation* transformOp, TransformOperation::OperationType transformType, const IntSize& size, FloatPoint3D& value)
155 static void getTransformFunctionValue(const TransformOperation* transformOp, TransformOperation::OperationType transformType, const IntSize& size, TransformationMatrix& value)
178 static PlatformCAAnimation::ValueFunctionType getValueFunctionNameForTransformOperation(TransformOperation::OperationType transformType)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 48 #define TYPE(x) virtual OperationType type() { return x; }
126 } OperationType;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 370 typedef Vector<TransformOperation::OperationType> TransformOperationList;
GraphicsLayer.cpp 369 TransformOperation::OperationType type = firstVal->operations().at(j)->getOperationType();
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 695 TransformOperation::OperationType type = rareNonInheritedData->m_transform->m_operations.operations()[i]->getOperationType();
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 174 milliseconds