webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::ScaleTransformOperation Class Referencefinal

#include <ScaleTransformOperation.h>

Inheritance diagram for WebCore::ScaleTransformOperation:
WebCore::TransformOperation WebCore::TransformOperation WTF::RefCounted< TransformOperation > WTF::RefCounted< TransformOperation > WTF::RefCounted< TransformOperation > WTF::RefCounted< TransformOperation > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

Ref< TransformOperationclone () const override
 
double x () const
 
double y () const
 
double z () const
 
Ref< TransformOperationclone () const override
 
double x () const
 
double y () const
 
double z () const
 
- Public Member Functions inherited from WebCore::TransformOperation
virtual ~TransformOperation ()
 
bool operator!= (const TransformOperation &o) const
 
bool is3DOperation () const
 
bool isRotateTransformOperationType () const
 
bool isScaleTransformOperationType () const
 
bool isSkewTransformOperationType () const
 
bool isTranslateTransformOperationType () const
 
virtual ~TransformOperation ()
 
bool operator!= (const TransformOperation &o) const
 
bool is3DOperation () const
 
bool isRotateTransformOperationType () const
 
bool isScaleTransformOperationType () const
 
bool isSkewTransformOperationType () const
 
bool isTranslateTransformOperationType () const
 
- Public Member Functions inherited from WTF::RefCounted< TransformOperation >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< ScaleTransformOperationcreate (double sx, double sy, OperationType type)
 
static Ref< ScaleTransformOperationcreate (double sx, double sy, double sz, OperationType type)
 
static Ref< ScaleTransformOperationcreate (double sx, double sy, OperationType type)
 
static Ref< ScaleTransformOperationcreate (double sx, double sy, double sz, OperationType type)
 

Additional Inherited Members

- Public Types inherited from WebCore::TransformOperation
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
}
 
- Protected Member Functions inherited from WTF::RefCounted< TransformOperation >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Function Documentation

◆ clone() [1/2]

Ref<TransformOperation> WebCore::ScaleTransformOperation::clone ( void  ) const
inlineoverridevirtual

◆ clone() [2/2]

Ref<TransformOperation> WebCore::ScaleTransformOperation::clone ( void  ) const
inlineoverridevirtual

◆ create() [1/4]

static Ref<ScaleTransformOperation> WebCore::ScaleTransformOperation::create ( double  sx,
double  sy,
OperationType  type 
)
inlinestatic

◆ create() [2/4]

static Ref<ScaleTransformOperation> WebCore::ScaleTransformOperation::create ( double  sx,
double  sy,
OperationType  type 
)
inlinestatic

◆ create() [3/4]

static Ref<ScaleTransformOperation> WebCore::ScaleTransformOperation::create ( double  sx,
double  sy,
double  sz,
OperationType  type 
)
inlinestatic

◆ create() [4/4]

static Ref<ScaleTransformOperation> WebCore::ScaleTransformOperation::create ( double  sx,
double  sy,
double  sz,
OperationType  type 
)
inlinestatic

◆ x() [1/2]

double WebCore::ScaleTransformOperation::x ( ) const
inline

◆ x() [2/2]

double WebCore::ScaleTransformOperation::x ( ) const
inline

◆ y() [1/2]

double WebCore::ScaleTransformOperation::y ( ) const
inline

◆ y() [2/2]

double WebCore::ScaleTransformOperation::y ( ) const
inline

◆ z() [1/2]

double WebCore::ScaleTransformOperation::z ( ) const
inline

◆ z() [2/2]

double WebCore::ScaleTransformOperation::z ( ) const
inline

The documentation for this class was generated from the following files: