Home | History | Annotate | Download | only in rendering

Lines Matching defs:boundsRect

773     IntRect boundsRect = IntRect(tx, ty, width(), height());
774 if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
776 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))