Home | History | Annotate | Download | only in layers

Lines Matching refs:layer_impl

40   PictureLayerImpl* layer_impl = static_cast<PictureLayerImpl*>(base_layer);
42 layer_impl->UpdateTwinLayer();
44 if (layer_impl->bounds().IsEmpty()) {
46 // Using layer_impl because either bounds() or paint_properties().bounds
47 // may disagree and either one could have been pushed to layer_impl.
48 pile_->Resize(layer_impl->bounds());
56 layer_impl->SetIsMask(is_mask_);
57 layer_impl->CreateTilingSetIfNeeded();
58 // Unlike other properties, invalidation must always be set on layer_impl.
60 layer_impl->invalidation_.Clear();
61 layer_impl->invalidation_.Swap(&pile_invalidation_);
62 layer_impl->pile_ = PicturePileImpl::CreateFromOther(pile_.get());
63 layer_impl->SyncFromActiveLayer();