#include <TransformOperation.h>
|
enum | OperationType {
SCALE_X,
SCALE_Y,
SCALE,
TRANSLATE_X,
TRANSLATE_Y,
TRANSLATE,
ROTATE,
ROTATE_Z = ROTATE,
SKEW_X,
SKEW_Y,
SKEW,
MATRIX,
SCALE_Z,
SCALE_3D,
TRANSLATE_Z,
TRANSLATE_3D,
ROTATE_X,
ROTATE_Y,
ROTATE_3D,
MATRIX_3D,
PERSPECTIVE,
IDENTITY,
NONE,
SCALE_X,
SCALE_Y,
SCALE,
TRANSLATE_X,
TRANSLATE_Y,
TRANSLATE,
ROTATE,
ROTATE_Z = ROTATE,
SKEW_X,
SKEW_Y,
SKEW,
MATRIX,
SCALE_Z,
SCALE_3D,
TRANSLATE_Z,
TRANSLATE_3D,
ROTATE_X,
ROTATE_Y,
ROTATE_3D,
MATRIX_3D,
PERSPECTIVE,
IDENTITY,
NONE
} |
|
enum | OperationType {
SCALE_X,
SCALE_Y,
SCALE,
TRANSLATE_X,
TRANSLATE_Y,
TRANSLATE,
ROTATE,
ROTATE_Z = ROTATE,
SKEW_X,
SKEW_Y,
SKEW,
MATRIX,
SCALE_Z,
SCALE_3D,
TRANSLATE_Z,
TRANSLATE_3D,
ROTATE_X,
ROTATE_Y,
ROTATE_3D,
MATRIX_3D,
PERSPECTIVE,
IDENTITY,
NONE,
SCALE_X,
SCALE_Y,
SCALE,
TRANSLATE_X,
TRANSLATE_Y,
TRANSLATE,
ROTATE,
ROTATE_Z = ROTATE,
SKEW_X,
SKEW_Y,
SKEW,
MATRIX,
SCALE_Z,
SCALE_3D,
TRANSLATE_Z,
TRANSLATE_3D,
ROTATE_X,
ROTATE_Y,
ROTATE_3D,
MATRIX_3D,
PERSPECTIVE,
IDENTITY,
NONE
} |
|
◆ OperationType [1/2]
Enumerator |
---|
SCALE_X | |
SCALE_Y | |
SCALE | |
TRANSLATE_X | |
TRANSLATE_Y | |
TRANSLATE | |
ROTATE | |
ROTATE_Z | |
SKEW_X | |
SKEW_Y | |
SKEW | |
MATRIX | |
SCALE_Z | |
SCALE_3D | |
TRANSLATE_Z | |
TRANSLATE_3D | |
ROTATE_X | |
ROTATE_Y | |
ROTATE_3D | |
MATRIX_3D | |
PERSPECTIVE | |
IDENTITY | |
NONE | |
SCALE_X | |
SCALE_Y | |
SCALE | |
TRANSLATE_X | |
TRANSLATE_Y | |
TRANSLATE | |
ROTATE | |
ROTATE_Z | |
SKEW_X | |
SKEW_Y | |
SKEW | |
MATRIX | |
SCALE_Z | |
SCALE_3D | |
TRANSLATE_Z | |
TRANSLATE_3D | |
ROTATE_X | |
ROTATE_Y | |
ROTATE_3D | |
MATRIX_3D | |
PERSPECTIVE | |
IDENTITY | |
NONE | |
◆ OperationType [2/2]
Enumerator |
---|
SCALE_X | |
SCALE_Y | |
SCALE | |
TRANSLATE_X | |
TRANSLATE_Y | |
TRANSLATE | |
ROTATE | |
ROTATE_Z | |
SKEW_X | |
SKEW_Y | |
SKEW | |
MATRIX | |
SCALE_Z | |
SCALE_3D | |
TRANSLATE_Z | |
TRANSLATE_3D | |
ROTATE_X | |
ROTATE_Y | |
ROTATE_3D | |
MATRIX_3D | |
PERSPECTIVE | |
IDENTITY | |
NONE | |
SCALE_X | |
SCALE_Y | |
SCALE | |
TRANSLATE_X | |
TRANSLATE_Y | |
TRANSLATE | |
ROTATE | |
ROTATE_Z | |
SKEW_X | |
SKEW_Y | |
SKEW | |
MATRIX | |
SCALE_Z | |
SCALE_3D | |
TRANSLATE_Z | |
TRANSLATE_3D | |
ROTATE_X | |
ROTATE_Y | |
ROTATE_3D | |
MATRIX_3D | |
PERSPECTIVE | |
IDENTITY | |
NONE | |
◆ ~TransformOperation() [1/2]
virtual WebCore::TransformOperation::~TransformOperation |
( |
| ) |
|
|
inlinevirtual |
◆ ~TransformOperation() [2/2]
virtual WebCore::TransformOperation::~TransformOperation |
( |
| ) |
|
|
inlinevirtual |
◆ apply() [1/2]
◆ apply() [2/2]
◆ blend() [1/2]
◆ blend() [2/2]
◆ clone() [1/2]
Implemented in WebCore::TranslateTransformOperation, WebCore::TranslateTransformOperation, WebCore::MatrixTransformOperation, WebCore::MatrixTransformOperation, WebCore::RotateTransformOperation, WebCore::ScaleTransformOperation, WebCore::RotateTransformOperation, WebCore::ScaleTransformOperation, WebCore::PerspectiveTransformOperation, WebCore::PerspectiveTransformOperation, WebCore::Matrix3DTransformOperation, WebCore::Matrix3DTransformOperation, WebCore::IdentityTransformOperation, WebCore::SkewTransformOperation, WebCore::IdentityTransformOperation, and WebCore::SkewTransformOperation.
◆ clone() [2/2]
Implemented in WebCore::TranslateTransformOperation, WebCore::TranslateTransformOperation, WebCore::MatrixTransformOperation, WebCore::MatrixTransformOperation, WebCore::RotateTransformOperation, WebCore::ScaleTransformOperation, WebCore::RotateTransformOperation, WebCore::ScaleTransformOperation, WebCore::PerspectiveTransformOperation, WebCore::PerspectiveTransformOperation, WebCore::Matrix3DTransformOperation, WebCore::Matrix3DTransformOperation, WebCore::IdentityTransformOperation, WebCore::SkewTransformOperation, WebCore::IdentityTransformOperation, and WebCore::SkewTransformOperation.
◆ dump() [1/2]
◆ dump() [2/2]
◆ is3DOperation() [1/2]
bool WebCore::TransformOperation::is3DOperation |
( |
| ) |
const |
|
inline |
◆ is3DOperation() [2/2]
bool WebCore::TransformOperation::is3DOperation |
( |
| ) |
const |
|
inline |
◆ isAffectedByTransformOrigin() [1/2]
virtual bool WebCore::TransformOperation::isAffectedByTransformOrigin |
( |
| ) |
const |
|
inlinevirtual |
◆ isAffectedByTransformOrigin() [2/2]
virtual bool WebCore::TransformOperation::isAffectedByTransformOrigin |
( |
| ) |
const |
|
inlinevirtual |
◆ isIdentity() [1/2]
virtual bool WebCore::TransformOperation::isIdentity |
( |
| ) |
const |
|
pure virtual |
◆ isIdentity() [2/2]
virtual bool WebCore::TransformOperation::isIdentity |
( |
| ) |
const |
|
pure virtual |
◆ isRotateTransformOperationType() [1/2]
bool WebCore::TransformOperation::isRotateTransformOperationType |
( |
| ) |
const |
|
inline |
◆ isRotateTransformOperationType() [2/2]
bool WebCore::TransformOperation::isRotateTransformOperationType |
( |
| ) |
const |
|
inline |
◆ isSameType() [1/2]
◆ isSameType() [2/2]
◆ isScaleTransformOperationType() [1/2]
bool WebCore::TransformOperation::isScaleTransformOperationType |
( |
| ) |
const |
|
inline |
◆ isScaleTransformOperationType() [2/2]
bool WebCore::TransformOperation::isScaleTransformOperationType |
( |
| ) |
const |
|
inline |
◆ isSkewTransformOperationType() [1/2]
bool WebCore::TransformOperation::isSkewTransformOperationType |
( |
| ) |
const |
|
inline |
◆ isSkewTransformOperationType() [2/2]
bool WebCore::TransformOperation::isSkewTransformOperationType |
( |
| ) |
const |
|
inline |
◆ isTranslateTransformOperationType() [1/2]
bool WebCore::TransformOperation::isTranslateTransformOperationType |
( |
| ) |
const |
|
inline |
◆ isTranslateTransformOperationType() [2/2]
bool WebCore::TransformOperation::isTranslateTransformOperationType |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ type() [1/2]
virtual OperationType WebCore::TransformOperation::type |
( |
| ) |
const |
|
pure virtual |
◆ type() [2/2]
virtual OperationType WebCore::TransformOperation::type |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/TransformOperation.h