HomeSort by relevance Sort by last modified time
    Searched refs:HitTestingTransformState (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestingTransformState.h 43 class HitTestingTransformState : public RefCounted<HitTestingTransformState> {
45 static PassRefPtr<HitTestingTransformState> create(const FloatPoint& p, const FloatQuad& quad, const FloatQuad& area)
47 return adoptRef(new HitTestingTransformState(p, quad, area));
50 static PassRefPtr<HitTestingTransformState> create(const HitTestingTransformState& other)
52 return adoptRef(new HitTestingTransformState(other));
72 HitTestingTransformState(const FloatPoint& p, const FloatQuad& quad, const FloatQuad& area)
80 HitTestingTransformState(const HitTestingTransformState& other
    [all...]
HitTestingTransformState.cpp 27 #include "core/rendering/HitTestingTransformState.h"
34 void HitTestingTransformState::translate(int x, int y, TransformAccumulation accumulate)
43 void HitTestingTransformState::applyTransform(const TransformationMatrix& transformFromContainer, TransformAccumulation accumulate)
52 void HitTestingTransformState::flatten()
57 void HitTestingTransformState::flattenWithTransform(const TransformationMatrix& t)
68 FloatPoint HitTestingTransformState::mappedPoint() const
73 FloatQuad HitTestingTransformState::mappedQuad() const
78 FloatQuad HitTestingTransformState::mappedArea() const
83 LayoutRect HitTestingTransformState::boundsOfMappedArea() const
RenderLayer.h 62 class HitTestingTransformState;
    [all...]
RenderLayer.cpp 92 #include "core/rendering/HitTestingTransformState.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 34 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
webcore_rendering.target.darwin-mips.mk 34 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
webcore_rendering.target.darwin-x86.mk 34 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
webcore_rendering.target.linux-arm.mk 34 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
webcore_rendering.target.linux-mips.mk 34 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
webcore_rendering.target.linux-x86.mk 34 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \

Completed in 315 milliseconds