Home
last modified time | relevance | path

Searched refs:HitTestingTransformState (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestingTransformState.h43 class HitTestingTransformState : public RefCounted<HitTestingTransformState> {
45 …static PassRefPtr<HitTestingTransformState> create(const FloatPoint& p, const FloatQuad& quad, con… in create()
47 return adoptRef(new HitTestingTransformState(p, quad, area)); in create()
50 static PassRefPtr<HitTestingTransformState> create(const HitTestingTransformState& other) in create()
52 return adoptRef(new HitTestingTransformState(other)); in create()
72 HitTestingTransformState(const FloatPoint& p, const FloatQuad& quad, const FloatQuad& area) in HitTestingTransformState() function
80 HitTestingTransformState(const HitTestingTransformState& other) in HitTestingTransformState() function
81 : RefCounted<HitTestingTransformState>() in HitTestingTransformState()
DHitTestingTransformState.cpp34 void HitTestingTransformState::translate(int x, int y, TransformAccumulation accumulate) in translate()
43 void HitTestingTransformState::applyTransform(const TransformationMatrix& transformFromContainer, T… in applyTransform()
52 void HitTestingTransformState::flatten() in flatten()
57 void HitTestingTransformState::flattenWithTransform(const TransformationMatrix& t) in flattenWithTransform()
68 FloatPoint HitTestingTransformState::mappedPoint() const in mappedPoint()
73 FloatQuad HitTestingTransformState::mappedQuad() const in mappedQuad()
78 FloatQuad HitTestingTransformState::mappedArea() const in mappedArea()
83 LayoutRect HitTestingTransformState::boundsOfMappedArea() const in boundsOfMappedArea()
DRenderLayer.h67 class HitTestingTransformState; variable
587 … const HitTestingTransformState* transformState = 0, double* zOffset = 0);
589 …const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double…
593 … const HitTestingTransformState* transformState, double* zOffsetForDescendants, double* zOffset,
594 … const HitTestingTransformState* unflattenedTransformState, bool depthSortDescendants);
597 … const HitTestingTransformState* transformState, double* zOffset);
600 … const HitTestingTransformState* transformState, double* zOffset,
603 …PassRefPtr<HitTestingTransformState> createLocalTransformState(RenderLayer* rootLayer, RenderLayer…
605 const HitTestingTransformState* containerTransformState,
611 …const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double…
DRenderLayer.cpp2461 static double computeZOffset(const HitTestingTransformState& transformState) in computeZOffset()
2475 PassRefPtr<HitTestingTransformState> RenderLayer::createLocalTransformState(RenderLayer* rootLayer,… in createLocalTransformState()
2477 const HitTestingTransformState* containerTransformState, in createLocalTransformState()
2480 RefPtr<HitTestingTransformState> transformState; in createLocalTransformState()
2484 transformState = HitTestingTransformState::create(*containerTransformState); in createLocalTransformState()
2489 …transformState = HitTestingTransformState::create(hitTestLocation.transformedPoint(), hitTestLocat… in createLocalTransformState()
2498 … transformState->applyTransform(containerTransform, HitTestingTransformState::AccumulateTransform); in createLocalTransformState()
2500 … transformState->translate(offset.x(), offset.y(), HitTestingTransformState::AccumulateTransform); in createLocalTransformState()
2507 …enderLayer* hitLayer, bool canDepthSort, double* zOffset, const HitTestingTransformState* transfor… in isHitCandidate()
2541 … const HitTestingTransformState* transformState, double* zOffset) in hitTestLayer()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_rendering.target.darwin-mips.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.linux-arm64.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.darwin-mips64.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.linux-mips.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.darwin-x86_64.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.linux-x86_64.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.linux-mips64.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.darwin-arm64.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.darwin-x86.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.darwin-arm.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.linux-x86.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dwebcore_rendering.target.linux-arm.mk40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
Dcore.gypi1577 'rendering/HitTestingTransformState.cpp',
1578 'rendering/HitTestingTransformState.h',