Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootRect

1071         FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->logicalWidth(), r->selectionHeight());
1072 FloatRect imageRect(tx + x(), rootRect.y(), width(), rootRect.height());
1073 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false);