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

  /external/chromium_org/cc/layers/
layer_perftest.cc 73 bool masks_to_bounds = true; local
83 test_layer->SetMasksToBounds(masks_to_bounds);
93 masks_to_bounds = !masks_to_bounds;
layer.h 118 void SetMasksToBounds(bool masks_to_bounds);
119 bool masks_to_bounds() const { return masks_to_bounds_; } function in class:cc::Layer
layer_impl.cc 774 if (masks_to_bounds())
787 if (masks_to_bounds())
918 void LayerImpl::SetMasksToBounds(bool masks_to_bounds) {
919 if (masks_to_bounds_ == masks_to_bounds)
922 masks_to_bounds_ = masks_to_bounds;
    [all...]
layer_impl.h 225 void SetMasksToBounds(bool masks_to_bounds);
226 bool masks_to_bounds() const { return masks_to_bounds_; } function in class:cc::LayerImpl
layer.cc 412 void Layer::SetMasksToBounds(bool masks_to_bounds) {
414 if (masks_to_bounds_ == masks_to_bounds)
416 masks_to_bounds_ = masks_to_bounds;
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 113 void WebLayerImpl::setMasksToBounds(bool masks_to_bounds) {
114 layer_->SetMasksToBounds(masks_to_bounds);
118 return layer_->masks_to_bounds();
web_layer_impl.h 71 virtual void setMasksToBounds(bool masks_to_bounds);
  /external/chromium_org/ui/compositor/
layer.h 152 void SetMasksToBounds(bool masks_to_bounds);
layer.cc 259 void Layer::SetMasksToBounds(bool masks_to_bounds) {
260 cc_layer_->SetMasksToBounds(masks_to_bounds);
264 return cc_layer_->masks_to_bounds();
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 843 EXPECT_FALSE(parent->masks_to_bounds());
869 EXPECT_FALSE(parent->masks_to_bounds());
    [all...]
layer_tree_impl.cc     [all...]
layer_tree_host_common.cc 374 return layer->masks_to_bounds() || layer->mask_layer();
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_impl_unittest.cc 775 ASSERT_FALSE(intermediate_layer->masks_to_bounds());
    [all...]

Completed in 80 milliseconds