Home | History | Annotate | Download | only in views

Lines Matching refs:CullSet

769 void View::Paint(gfx::Canvas* canvas, const CullSet& cull_set) {
797 // If we are a paint root, we need to construct our own CullSet object for
819 // Construct a CullSet to wrap the damaged views set, it will delete it
821 CullSet paint_root_cull_set(damaged_views.Pass());
1354 void View::PaintChildren(gfx::Canvas* canvas, const CullSet& cull_set) {
1471 PaintCommon(canvas, CullSet());
1754 void View::PaintCommon(gfx::Canvas* canvas, const CullSet& cull_set) {