• Home
  • Raw
  • Download

Lines Matching refs:hitTestPoint

2453                                         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()
2675 …t(i)->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect, hitTestPoint, false, localTr… in hitTestLayer()
2690 if (bgRect.contains(hitTestPoint) && isSelfPaintingLayer()) { in hitTestLayer()
2692 if (hitTestContents(request, tempResult, layerBounds, hitTestPoint, HitTestSelf) && in hitTestLayer()
2702 …t, HitTestResult& result, const IntRect& layerBounds, const IntPoint& hitTestPoint, HitTestFilter … in hitTestContents() argument
2704 if (!renderer()->hitTest(request, result, hitTestPoint, in hitTestContents()