Searched refs:hitTestRect (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.h | 531 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, bool appliedTransform, 534 const IntRect& hitTestRect, const IntPoint& hitTestPoint, 538 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, 541 const IntRect& hitTestRect, const IntPoint& hitTestPoint, 546 const IntRect& hitTestRect, const IntPoint& hitTestPoint,
|
D | RenderLayer.cpp | 2963 const IntRect& hitTestRect, const IntPoint& hitTestPoint, in scrollTo() argument 2976 transformState = HitTestingTransformState::create(hitTestPoint, FloatQuad(hitTestRect)); in scrollTo() 3026 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, bool appliedTransform, in scrollTo() argument 3050 …wTransformState = createLocalTransformState(rootLayer, containerLayer, hitTestRect, hitTestPoint, … in scrollTo() 3087 …localTransformState = createLocalTransformState(rootLayer, containerLayer, hitTestRect, hitTestPoi… in scrollTo() 3111 …calculateRects(rootLayer, hitTestRect, layerBounds, bgRect, fgRect, outlineRect, useTemporaryClipR… in scrollTo() 3140 …RenderLayer* hitLayer = hitTestList(m_posZOrderList, rootLayer, request, result, hitTestRect, hitT… in scrollTo() 3149 hitLayer = hitTestList(m_normalFlowList, rootLayer, request, result, hitTestRect, hitTestPoint, in scrollTo() 3176 hitLayer = hitTestList(m_negZOrderList, rootLayer, request, result, hitTestRect, hitTestPoint, in scrollTo() 3233 const IntRect& hitTestRect, const IntPoint& hitTestPoint, in scrollTo() argument [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 27421 When hit-testing 3d-transformed layers, it doesn't make sense to project the hitTestRect 33438 an accumulated transform, and the hit test point, and hitTestRect
|