Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintingRoot

491             , paintingRoot(newPaintingRoot)
501 RenderObject* paintingRoot; // used to draw just one element and its visual kids
580 // the rect that will be painted if this object is passed as the paintingRoot
740 return (!paintInfo.paintingRoot || paintInfo.paintingRoot == this) ? 0 : paintInfo.paintingRoot;
745 return !paintInfo.paintingRoot || paintInfo.paintingRoot == this;