Home | History | Annotate | Download | only in rendering

Lines Matching refs:childPoint

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