Home | History | Annotate | Download | only in layers

Lines Matching refs:twin

82   // When the pending tree pushes to the active tree, the pending twin
673 if (PictureLayerImpl* twin = twin_layer_) {
675 std::min(twin->ideal_contents_scale_, twin->raster_contents_scale_);
677 // called for active twin.
932 PictureLayerImpl* twin = twin_layer_;
933 if (twin) {
936 std::min(twin->raster_contents_scale_, twin->ideal_contents_scale_));
939 std::max(twin->raster_contents_scale_, twin->ideal_contents_scale_));
965 if (twin)
966 twin->RemoveTiling(to_remove[i]->contents_scale());