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

#include <TranslateTransformOperation.h>

Inheritance diagram for WebCore::TranslateTransformOperation:
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 FloatSize &borderBoxSize) const
 
double y (const FloatSize &borderBoxSize) const
 
double z (const FloatSize &) const
 
Length x () const
 
Length y () const
 
Length z () const
 
Ref< TransformOperationclone () const override
 
double x (const FloatSize &borderBoxSize) const
 
double y (const FloatSize &borderBoxSize) const
 
double z (const FloatSize &) const
 
Length x () const
 
Length y () const
 
Length z () const
 
- Public Member Functions inherited from WebCore::TransformOperation
virtual ~TransformOperation ()
 
bool operator!= (const TransformOperation &o) const
 
virtual bool isAffectedByTransformOrigin () const
 
bool is3DOperation () const
 
bool isRotateTransformOperationType () const
 
bool isScaleTransformOperationType () const
 
bool isSkewTransformOperationType () const
 
bool isTranslateTransformOperationType () const
 
virtual ~TransformOperation ()
 
bool operator!= (const TransformOperation &o) const
 
virtual bool isAffectedByTransformOrigin () 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< TranslateTransformOperationcreate (const Length &tx, const Length &ty, OperationType type)
 
static Ref< TranslateTransformOperationcreate (const Length &tx, const Length &ty, const Length &tz, OperationType type)
 
static Ref< TranslateTransformOperationcreate (const Length &tx, const Length &ty, OperationType type)
 
static Ref< TranslateTransformOperationcreate (const Length &tx, const Length &ty, const Length &tz, 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::TranslateTransformOperation::clone ( void  ) const
inlineoverridevirtual

◆ clone() [2/2]

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

◆ create() [1/4]

static Ref<TranslateTransformOperation> WebCore::TranslateTransformOperation::create ( const Length tx,
const Length ty,
OperationType  type 
)
inlinestatic

◆ create() [2/4]

static Ref<TranslateTransformOperation> WebCore::TranslateTransformOperation::create ( const Length tx,
const Length ty,
OperationType  type 
)
inlinestatic

◆ create() [3/4]

static Ref<TranslateTransformOperation> WebCore::TranslateTransformOperation::create ( const Length tx,
const Length ty,
const Length tz,
OperationType  type 
)
inlinestatic

◆ create() [4/4]

static Ref<TranslateTransformOperation> WebCore::TranslateTransformOperation::create ( const Length tx,
const Length ty,
const Length tz,
OperationType  type 
)
inlinestatic

◆ x() [1/4]

double WebCore::TranslateTransformOperation::x ( const FloatSize borderBoxSize) const
inline

◆ x() [2/4]

double WebCore::TranslateTransformOperation::x ( const FloatSize borderBoxSize) const
inline

◆ x() [3/4]

Length WebCore::TranslateTransformOperation::x ( ) const
inline

◆ x() [4/4]

Length WebCore::TranslateTransformOperation::x ( ) const
inline

◆ y() [1/4]

double WebCore::TranslateTransformOperation::y ( const FloatSize borderBoxSize) const
inline

◆ y() [2/4]

double WebCore::TranslateTransformOperation::y ( const FloatSize borderBoxSize) const
inline

◆ y() [3/4]

Length WebCore::TranslateTransformOperation::y ( ) const
inline

◆ y() [4/4]

Length WebCore::TranslateTransformOperation::y ( ) const
inline

◆ z() [1/4]

double WebCore::TranslateTransformOperation::z ( const FloatSize ) const
inline

◆ z() [2/4]

double WebCore::TranslateTransformOperation::z ( const FloatSize ) const
inline

◆ z() [3/4]

Length WebCore::TranslateTransformOperation::z ( ) const
inline

◆ z() [4/4]

Length WebCore::TranslateTransformOperation::z ( ) const
inline

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