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

#include <SVGMatrix.h>

Inheritance diagram for WebCore::SVGMatrix:
WebCore::SVGPropertyTearOff< SVGMatrixValue > WebCore::SVGPropertyTearOffBase WebCore::SVGProperty WTF::RefCounted< SVGProperty > WTF::RefCounted< SVGProperty > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WebCore::SVGMatrixTearOff

Public Member Functions

double a ()
 
ExceptionOr< voidsetA (double value)
 
double b ()
 
ExceptionOr< voidsetB (double value)
 
double c ()
 
ExceptionOr< voidsetC (double value)
 
double d ()
 
ExceptionOr< voidsetD (double value)
 
double e ()
 
ExceptionOr< voidsetE (double value)
 
double f ()
 
ExceptionOr< voidsetF (double value)
 
ExceptionOr< Ref< SVGMatrix > > multiply (SVGMatrix &secondMatrix)
 
ExceptionOr< Ref< SVGMatrix > > inverse ()
 
ExceptionOr< Ref< SVGMatrix > > translate (float x, float y)
 
ExceptionOr< Ref< SVGMatrix > > scale (float scaleFactor)
 
ExceptionOr< Ref< SVGMatrix > > scaleNonUniform (float scaleFactorX, float scaleFactorY)
 
ExceptionOr< Ref< SVGMatrix > > rotate (float angle)
 
ExceptionOr< Ref< SVGMatrix > > rotateFromVector (float x, float y)
 
ExceptionOr< Ref< SVGMatrix > > flipX ()
 
ExceptionOr< Ref< SVGMatrix > > flipY ()
 
ExceptionOr< Ref< SVGMatrix > > skewX (float angle)
 
ExceptionOr< Ref< SVGMatrix > > skewY (float angle)
 
- Public Member Functions inherited from WebCore::SVGPropertyTearOff< SVGMatrixValue >
virtual PropertyTypepropertyReference ()
 
SVGAnimatedPropertyanimatedProperty () const
 
virtual void setValue (PropertyType &value)
 
void setAnimatedProperty (SVGAnimatedProperty *animatedProperty)
 
SVGElementcontextElement () const
 
void addChild (WeakPtr< SVGPropertyTearOffBase > child)
 
void detachWrapper () override
 
void commitChange () override
 
bool isReadOnly () const override
 
- Public Member Functions inherited from WebCore::SVGProperty
virtual ~SVGProperty ()
 
virtual ~SVGProperty ()
 
- Public Member Functions inherited from WTF::RefCounted< SVGProperty >
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< SVGMatrixcreate (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, SVGMatrixValue &value)
 
static Ref< SVGMatrixcreate (const SVGMatrixValue &initialValue={ })
 
static Ref< SVGMatrixcreate (const SVGMatrixValue *initialValue)
 
template<typename T >
static ExceptionOr< Ref< SVGMatrix > > create (ExceptionOr< T > &&initialValue)
 
- Static Public Member Functions inherited from WebCore::SVGPropertyTearOff< SVGMatrixValue >
static Ref< Selfcreate (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, PropertyType &value)
 
static Ref< Selfcreate (const PropertyType &initialValue)
 
static Ref< Selfcreate (const PropertyType *initialValue)
 
static ExceptionOr< Ref< Self > > create (ExceptionOr< U > &&initialValue)
 

Protected Member Functions

 SVGMatrix (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, SVGMatrixValue &value)
 
 SVGMatrix (const SVGMatrixValue &initialValue)
 
 SVGMatrix (const SVGMatrixValue *initialValue)
 
- Protected Member Functions inherited from WebCore::SVGPropertyTearOff< SVGMatrixValue >
 SVGPropertyTearOff (SVGAnimatedProperty *animatedProperty, SVGPropertyRole role, PropertyType &value)
 
 SVGPropertyTearOff (const PropertyType &initialValue)
 
 SVGPropertyTearOff (const PropertyType *initialValue)
 
virtual ~SVGPropertyTearOff ()
 
void detachChildren ()
 
- Protected Member Functions inherited from WTF::RefCounted< SVGProperty >
 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
 

Additional Inherited Members

- Public Types inherited from WebCore::SVGPropertyTearOff< SVGMatrixValue >
using PropertyType = SVGMatrixValue
 
using Self = SVGPropertyTearOff< PropertyType >
 
- Protected Attributes inherited from WebCore::SVGPropertyTearOff< SVGMatrixValue >
RefPtr< SVGAnimatedPropertym_animatedProperty
 
SVGPropertyRole m_role
 
PropertyTypem_value
 
Vector< WeakPtr< SVGPropertyTearOffBase > > m_childTearOffs
 
bool m_valueIsCopy
 

Constructor & Destructor Documentation

◆ SVGMatrix() [1/3]

WebCore::SVGMatrix::SVGMatrix ( SVGAnimatedProperty animatedProperty,
SVGPropertyRole  role,
SVGMatrixValue value 
)
inlineprotected

◆ SVGMatrix() [2/3]

WebCore::SVGMatrix::SVGMatrix ( const SVGMatrixValue initialValue)
inlineexplicitprotected

◆ SVGMatrix() [3/3]

WebCore::SVGMatrix::SVGMatrix ( const SVGMatrixValue initialValue)
inlineexplicitprotected

Member Function Documentation

◆ a()

double WebCore::SVGMatrix::a ( )
inline

◆ b()

double WebCore::SVGMatrix::b ( )
inline

◆ c()

double WebCore::SVGMatrix::c ( )
inline

◆ create() [1/4]

static Ref<SVGMatrix> WebCore::SVGMatrix::create ( SVGAnimatedProperty animatedProperty,
SVGPropertyRole  role,
SVGMatrixValue value 
)
inlinestatic

◆ create() [2/4]

static Ref<SVGMatrix> WebCore::SVGMatrix::create ( const SVGMatrixValue initialValue = { })
inlinestatic

◆ create() [3/4]

static Ref<SVGMatrix> WebCore::SVGMatrix::create ( const SVGMatrixValue initialValue)
inlinestatic

◆ create() [4/4]

template<typename T >
static ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::create ( ExceptionOr< T > &&  initialValue)
inlinestatic

◆ d()

double WebCore::SVGMatrix::d ( )
inline

◆ e()

double WebCore::SVGMatrix::e ( )
inline

◆ f()

double WebCore::SVGMatrix::f ( )
inline

◆ flipX()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::flipX ( )
inline

◆ flipY()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::flipY ( )
inline

◆ inverse()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::inverse ( )
inline

◆ multiply()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::multiply ( SVGMatrix secondMatrix)
inline

◆ rotate()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::rotate ( float  angle)
inline

◆ rotateFromVector()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::rotateFromVector ( float  x,
float  y 
)
inline

◆ scale()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::scale ( float  scaleFactor)
inline

◆ scaleNonUniform()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::scaleNonUniform ( float  scaleFactorX,
float  scaleFactorY 
)
inline

◆ setA()

ExceptionOr<void> WebCore::SVGMatrix::setA ( double  value)
inline

◆ setB()

ExceptionOr<void> WebCore::SVGMatrix::setB ( double  value)
inline

◆ setC()

ExceptionOr<void> WebCore::SVGMatrix::setC ( double  value)
inline

◆ setD()

ExceptionOr<void> WebCore::SVGMatrix::setD ( double  value)
inline

◆ setE()

ExceptionOr<void> WebCore::SVGMatrix::setE ( double  value)
inline

◆ setF()

ExceptionOr<void> WebCore::SVGMatrix::setF ( double  value)
inline

◆ skewX()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::skewX ( float  angle)
inline

◆ skewY()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::skewY ( float  angle)
inline

◆ translate()

ExceptionOr<Ref<SVGMatrix> > WebCore::SVGMatrix::translate ( float  x,
float  y 
)
inline

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