Home | History | Annotate | Download | only in rendering

Lines Matching full:paint

932         // Paint our background first, before painting any child layers.
933 // Establish the clip used to paint our background.
937 renderer()->paint(info, tx, ty);
939 // Our scrollbar widgets paint exactly when we tell them to, so that they work properly with
940 // z-index. We paint after we painted the background/border, so that the scrollbars will
952 // Now walk the sorted list of children with negative z-indices. Only RenderLayers without compositing layers will paint.
965 renderer()->paint(paintInfo, tx, ty);
969 renderer()->paint(paintInfo, tx, ty);
972 renderer()->paint(paintInfo, tx, ty);
975 renderer()->paint(paintInfo, tx, ty);
982 // Paint our own outline
985 renderer()->paint(paintInfo, tx, ty);
989 // Paint any child layers that have overflow.
1008 // Paint the mask.
1010 renderer()->paint(paintInfo, tx, ty);