HomeSort by relevance Sort by last modified time
    Searched refs:replica_mask_layer (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/trees/
damage_tracker.cc 367 LayerImpl* replica_mask_layer = layer->replica_layer()->mask_layer(); local
370 RemoveRectFromCurrentFrame(replica_mask_layer->id(), &replica_is_new);
376 gfx::RectF(gfx::PointF(), replica_mask_layer->bounds()));
377 SaveRectForNextFrame(replica_mask_layer->id(), replica_mask_layer_rect);
382 replica_mask_layer->LayerPropertyChanged() ||
383 !replica_mask_layer->update_rect().IsEmpty())
damage_tracker_unittest.cc 1150 scoped_ptr<LayerImpl> replica_mask_layer = local
1158 LayerImpl* replica_mask_layer = grand_child1_replica->mask_layer(); local
1226 scoped_ptr<LayerImpl> replica_mask_layer = local
1235 LayerImpl* replica_mask_layer = grand_child1_replica->mask_layer(); local
    [all...]
layer_tree_host.cc 931 Layer* replica_mask_layer = local
934 if (replica_mask_layer) {
937 replica_mask_layer->id(),
939 *did_paint_content |= replica_mask_layer->Update(queue, NULL);
940 *need_more_updates |= replica_mask_layer->NeedMoreUpdates();
    [all...]
layer_tree_host_common.cc 675 LayerType* replica_mask_layer = local
677 if (replica_mask_layer) {
678 replica_mask_layer->CalculateContentsScale(
683 &replica_mask_layer->draw_properties().contents_scale_x,
684 &replica_mask_layer->draw_properties().contents_scale_y,
685 &replica_mask_layer->draw_properties().content_bounds);
    [all...]
tree_synchronizer_unittest.cc 452 scoped_refptr<Layer> replica_mask_layer = Layer::Create(); local
453 replica_layer_with_mask->SetMaskLayer(replica_mask_layer.get());

Completed in 70 milliseconds