Searched defs:getOperationType (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DIdentityTransformOperation.h41 virtual OperationType getOperationType() const { return IDENTITY; } function in class:WebCore::IdentityTransformOperation
H A DMatrix3DTransformOperation.h45 virtual OperationType getOperationType() const { return MATRIX_3D; } function in class:WebCore::Matrix3DTransformOperation
H A DPerspectiveTransformOperation.h46 virtual OperationType getOperationType() const { return PERSPECTIVE; } function in class:WebCore::PerspectiveTransformOperation
H A DSkewTransformOperation.h44 virtual OperationType getOperationType() const { return m_type; } function in class:WebCore::SkewTransformOperation
H A DMatrixTransformOperation.h50 virtual OperationType getOperationType() const { return MATRIX; } function in class:WebCore::MatrixTransformOperation
H A DRotateTransformOperation.h52 virtual OperationType getOperationType() const { return m_type; } function in class:WebCore::RotateTransformOperation
H A DScaleTransformOperation.h51 virtual OperationType getOperationType() const { return m_type; } function in class:WebCore::ScaleTransformOperation
H A DTranslateTransformOperation.h57 virtual OperationType getOperationType() const { return m_type; } function in class:WebCore::TranslateTransformOperation
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DClipPathOperation.h54 virtual OperationType getOperationType() const { return m_type; } function in class:WebCore::ClipPathOperation
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterOperation.h101 OperationType getOperationType() const { return m_type; } function in class:WebCore::FilterOperation

Completed in 129 milliseconds