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

#include <HitTestingTransformState.h>

Inheritance diagram for WebCore::HitTestingTransformState:
WTF::RefCounted< HitTestingTransformState > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Types

enum  TransformAccumulation { FlattenTransform, AccumulateTransform }
 

Public Member Functions

void translate (int x, int y, TransformAccumulation)
 
void applyTransform (const TransformationMatrix &transformFromContainer, TransformAccumulation)
 
FloatPoint mappedPoint () const
 
FloatQuad mappedQuad () const
 
FloatQuad mappedArea () const
 
LayoutRect boundsOfMappedArea () const
 
void flatten ()
 
- Public Member Functions inherited from WTF::RefCounted< HitTestingTransformState >
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< HitTestingTransformStatecreate (const FloatPoint &p, const FloatQuad &quad, const FloatQuad &area)
 
static Ref< HitTestingTransformStatecreate (const HitTestingTransformState &other)
 

Public Attributes

FloatPoint m_lastPlanarPoint
 
FloatQuad m_lastPlanarQuad
 
FloatQuad m_lastPlanarArea
 
TransformationMatrix m_accumulatedTransform
 
bool m_accumulatingTransform
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< HitTestingTransformState >
 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 Enumeration Documentation

◆ TransformAccumulation

Enumerator
FlattenTransform 
AccumulateTransform 

Member Function Documentation

◆ applyTransform()

void WebCore::HitTestingTransformState::applyTransform ( const TransformationMatrix transformFromContainer,
TransformAccumulation  accumulate 
)

◆ boundsOfMappedArea()

LayoutRect WebCore::HitTestingTransformState::boundsOfMappedArea ( ) const

◆ create() [1/2]

static Ref<HitTestingTransformState> WebCore::HitTestingTransformState::create ( const FloatPoint p,
const FloatQuad quad,
const FloatQuad area 
)
inlinestatic

◆ create() [2/2]

static Ref<HitTestingTransformState> WebCore::HitTestingTransformState::create ( const HitTestingTransformState other)
inlinestatic

◆ flatten()

void WebCore::HitTestingTransformState::flatten ( )

◆ mappedArea()

FloatQuad WebCore::HitTestingTransformState::mappedArea ( ) const

◆ mappedPoint()

FloatPoint WebCore::HitTestingTransformState::mappedPoint ( ) const

◆ mappedQuad()

FloatQuad WebCore::HitTestingTransformState::mappedQuad ( ) const

◆ translate()

void WebCore::HitTestingTransformState::translate ( int  x,
int  y,
TransformAccumulation  accumulate 
)

Member Data Documentation

◆ m_accumulatedTransform

TransformationMatrix WebCore::HitTestingTransformState::m_accumulatedTransform

◆ m_accumulatingTransform

bool WebCore::HitTestingTransformState::m_accumulatingTransform

◆ m_lastPlanarArea

FloatQuad WebCore::HitTestingTransformState::m_lastPlanarArea

◆ m_lastPlanarPoint

FloatPoint WebCore::HitTestingTransformState::m_lastPlanarPoint

◆ m_lastPlanarQuad

FloatQuad WebCore::HitTestingTransformState::m_lastPlanarQuad

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