Home | History | Annotate | Download | only in layers

Lines Matching defs:to_remove

1267   std::vector<PictureLayerTiling*> to_remove;
1289 to_remove.push_back(tiling);
1292 if (to_remove.empty())
1297 for (size_t i = 0; i < to_remove.size(); ++i) {
1298 const PictureLayerTiling* twin_tiling = GetTwinTiling(to_remove[i]);
1302 twin->RemoveTiling(to_remove[i]->contents_scale());
1306 recycled_twin->RemoveTiling(to_remove[i]->contents_scale());
1308 CHECK_NE(HIGH_RESOLUTION, to_remove[i]->resolution());
1309 tilings_->Remove(to_remove[i]);