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

  /external/chromium_org/cc/trees/
tree_synchronizer_unittest.cc 162 const Layer* layer_clip_parent = layer->clip_parent();
163 const LayerImpl* layer_impl_clip_parent = layer_impl->clip_parent();
666 scoped_refptr<Layer> clip_parent = Layer::Create(); local
670 layer_tree_root->AddChild(clip_parent);
671 clip_parent->AddChild(intervening);
678 clip_child1->SetClipParent(clip_parent);
679 clip_child2->SetClipParent(clip_parent);
708 additional_clip_child->SetClipParent(clip_parent);
720 clip_parent->RemoveFromParent();
721 clip_parent = NULL
    [all...]
layer_tree_host_common.cc 168 // clip_parent, it may not inherit its immediate ancestor's clip.
174 // If the layer has no clip_parent, or the ancestor is the same as its actual
177 const LayerType* clip_parent = layer->scroll_parent(); local
179 if (!clip_parent)
180 clip_parent = layer->clip_parent();
182 if (!clip_parent || clip_parent == layer->parent())
189 *clip_rect_in_parent_target_space = clip_parent->clip_rect();
190 *subtree_should_be_clipped = clip_parent->is_clipped()
    [all...]
layer_tree_host_common_unittest.cc 8390 scoped_refptr<Layer> clip_parent = Layer::Create(); local
8491 scoped_refptr<Layer> clip_parent = Layer::Create(); local
8618 scoped_refptr<Layer> clip_parent = Layer::Create(); local
8745 scoped_refptr<Layer> clip_parent = Layer::Create(); local
8829 scoped_refptr<Layer> clip_parent = Layer::Create(); local
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 443 cc::Layer* clip_parent = NULL; local
445 clip_parent = static_cast<WebLayerImpl*>(parent)->layer();
446 layer_->SetClipParent(clip_parent);
  /external/chromium_org/cc/layers/
layer.h 204 Layer* clip_parent() { return clip_parent_; } function in class:cc::Layer
205 const Layer* clip_parent() const { function in class:cc::Layer
layer_impl.h 120 LayerImpl* clip_parent() { function in class:cc::LayerImpl
123 const LayerImpl* clip_parent() const { function in class:cc::LayerImpl
layer.cc 938 LayerImpl* clip_parent = NULL; local
940 clip_parent =
944 layer->SetClipParent(clip_parent);
    [all...]
layer_impl.cc 558 LayerImpl* clip_parent = NULL; local
560 clip_parent = layer->layer_tree_impl()->LayerById(
564 layer->SetClipParent(clip_parent);
    [all...]

Completed in 61 milliseconds