Home | History | Annotate | Download | only in rendering

Lines Matching full:paint

484 void RenderTable::paint(PaintInfo& paintInfo, int tx, int ty)
518 // We don't paint our own background, but we do let the kids paint their backgrounds.
528 child->paint(info, tx, ty);
532 // Collect all the unique border styles that we want to paint in a sorted list. Once we
547 child->paint(info, tx, ty);