Searched refs:HitTestingTransformState (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestingTransformState.h | 43 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()
|
D | HitTestingTransformState.cpp | 34 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()
|
D | RenderLayer.h | 68 class HitTestingTransformState; variable 530 … const HitTestingTransformState* transformState = 0, double* zOffset = 0); 532 …const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double… 536 … const HitTestingTransformState* transformState, double* zOffsetForDescendants, double* zOffset, 537 … const HitTestingTransformState* unflattenedTransformState, bool depthSortDescendants); 540 … const HitTestingTransformState* transformState, double* zOffset); 543 … const HitTestingTransformState* transformState, double* zOffset, 546 …PassRefPtr<HitTestingTransformState> createLocalTransformState(RenderLayer* rootLayer, RenderLayer… 548 const HitTestingTransformState* containerTransformState, 554 …const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double…
|
D | RenderLayer.cpp | 2709 static double computeZOffset(const HitTestingTransformState& transformState) in computeZOffset() 2723 PassRefPtr<HitTestingTransformState> RenderLayer::createLocalTransformState(RenderLayer* rootLayer,… in createLocalTransformState() 2725 const HitTestingTransformState* containerTransformState, in createLocalTransformState() 2728 RefPtr<HitTestingTransformState> transformState; in createLocalTransformState() 2732 transformState = HitTestingTransformState::create(*containerTransformState); in createLocalTransformState() 2737 …transformState = HitTestingTransformState::create(hitTestLocation.transformedPoint(), hitTestLocat… in createLocalTransformState() 2746 … transformState->applyTransform(containerTransform, HitTestingTransformState::AccumulateTransform); in createLocalTransformState() 2748 … transformState->translate(offset.x(), offset.y(), HitTestingTransformState::AccumulateTransform); in createLocalTransformState() 2755 …enderLayer* hitLayer, bool canDepthSort, double* zOffset, const HitTestingTransformState* transfor… in isHitCandidate() 2789 … const HitTestingTransformState* transformState, double* zOffset) in hitTestLayer() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_rendering.target.linux-mips.mk | 40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
|
D | webcore_rendering.target.darwin-x86.mk | 40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
|
D | webcore_rendering.target.darwin-mips.mk | 40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
|
D | webcore_rendering.target.darwin-arm.mk | 40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
|
D | webcore_rendering.target.linux-x86.mk | 40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
|
D | webcore_rendering.target.linux-arm.mk | 40 third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
|
D | core.gypi | 1394 'rendering/HitTestingTransformState.cpp', 1395 'rendering/HitTestingTransformState.h',
|