Home
last modified time | relevance | path

Searched refs:hitTestPoint (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.h490 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, bool appliedTransform,
494 const IntRect& hitTestRect, const IntPoint& hitTestPoint,
497 …Request&, HitTestResult&, const IntRect& layerBounds, const IntPoint& hitTestPoint, HitTestFilter)…
DRenderLayer.cpp2453 const IntRect& hitTestRect, const IntPoint& hitTestPoint, in createLocalTransformState() argument
2466 transformState = HitTestingTransformState::create(hitTestPoint, FloatQuad(hitTestRect)); in createLocalTransformState()
2516 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, bool appliedTransform, in hitTestLayer() argument
2532 if (!clipRect.contains(hitTestPoint)) in hitTestLayer()
2537 …e = createLocalTransformState(rootLayer, containerLayer, hitTestRect, hitTestPoint, transformState… in hitTestLayer()
2574 …e = createLocalTransformState(rootLayer, containerLayer, hitTestRect, hitTestPoint, transformState… in hitTestLayer()
2630 …t(i)->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect, hitTestPoint, false, localTr… in hitTestLayer()
2646 …ayer->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect, hitTestPoint, false, localTr… in hitTestLayer()
2658 if (fgRect.contains(hitTestPoint) && isSelfPaintingLayer()) { in hitTestLayer()
2661 if (hitTestContents(request, tempResult, layerBounds, hitTestPoint, HitTestDescendants) && in hitTestLayer()
[all …]