Searched defs:HitTestingTransformState (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DTransformState.h88 class HitTestingTransformState : public RefCounted<HitTestingTransformState> { class in namespace:WebCore
90 static PassRefPtr<HitTestingTransformState> create(const FloatPoint& p, const FloatQuad& quad)
92 return adoptRef(new HitTestingTransformState(p, quad));
95 static PassRefPtr<HitTestingTransformState> create(const HitTestingTransformState& other)
97 return adoptRef(new HitTestingTransformState(other));
114 HitTestingTransformState(const FloatPoint& p, const FloatQuad& quad) function in class:WebCore::HitTestingTransformState
121 HitTestingTransformState(const HitTestingTransformState function in class:WebCore::HitTestingTransformState
[all...]

Completed in 95 milliseconds