Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintingRootForRenderer

1111     RenderObject *paintingRootForRenderer = 0;
1113 paintingRootForRenderer = paintingRoot;
1131 PaintInfo info(context, damageRect, phase, false, paintingRootForRenderer, 0);
1133 PaintInfo info(context, damageRect, PaintPhaseBlockBackground, false, paintingRootForRenderer, 0);
1149 PaintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
1168 forceBlackText, paintingRootForRenderer, 0);
1190 PaintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
1209 PaintInfo paintInfo(context, damageRect, PaintPhaseMask, false, paintingRootForRenderer, 0);