webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <HitTestingTransformState.h>
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< HitTestingTransformState > | create (const FloatPoint &p, const FloatQuad &quad, const FloatQuad &area) |
static Ref< HitTestingTransformState > | create (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 |
void WebCore::HitTestingTransformState::applyTransform | ( | const TransformationMatrix & | transformFromContainer, |
TransformAccumulation | accumulate | ||
) |
LayoutRect WebCore::HitTestingTransformState::boundsOfMappedArea | ( | ) | const |
|
inlinestatic |
|
inlinestatic |
void WebCore::HitTestingTransformState::flatten | ( | ) |
FloatQuad WebCore::HitTestingTransformState::mappedArea | ( | ) | const |
FloatPoint WebCore::HitTestingTransformState::mappedPoint | ( | ) | const |
FloatQuad WebCore::HitTestingTransformState::mappedQuad | ( | ) | const |
void WebCore::HitTestingTransformState::translate | ( | int | x, |
int | y, | ||
TransformAccumulation | accumulate | ||
) |
TransformationMatrix WebCore::HitTestingTransformState::m_accumulatedTransform |
bool WebCore::HitTestingTransformState::m_accumulatingTransform |
FloatQuad WebCore::HitTestingTransformState::m_lastPlanarArea |
FloatPoint WebCore::HitTestingTransformState::m_lastPlanarPoint |
FloatQuad WebCore::HitTestingTransformState::m_lastPlanarQuad |