Home | History | Annotate | Download | only in rendering

Lines Matching defs:childPoint

1279                 IntPoint childPoint = flipForWritingMode(toRenderBox(child), IntPoint(tx, ty), ParentToChildFlippingAdjustment);
1280 if (child->nodeAtPoint(request, result, xPos, yPos, childPoint.x(), childPoint.y(), action)) {
1281 updateHitTestResult(result, IntPoint(xPos - childPoint.x(), yPos - childPoint.y()));