Home | History | Annotate | Download | only in resources

Lines Matching full:picture

18 // picture that intersects the visible layer rect expanded by this distance
227 scoped_refptr<Picture> picture = Picture::Create(record_rect);
234 picture->Record(painter, tile_grid_info_);
240 picture->LayerRect().width() * picture->LayerRect().height();
243 picture->GatherPixelRefs(tile_grid_info_);
244 picture->CloneForDrawing(num_raster_threads_);
256 info.SetPicture(picture);