Home | History | Annotate | Download | only in rendering

Lines Matching refs:imageRect

844         FloatRect imageRect(tx + x(), rootRect.y(), width(), rootRect.height());
845 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false);
847 FloatRect imageRect(tx + x(), ty + y(), width(), height());
848 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, imageRect, behindText, false);