Searched refs:masks_to_bounds (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_perftest.cc73 bool masks_to_bounds = true; local
83 test_layer->SetMasksToBounds(masks_to_bounds);
93 masks_to_bounds = !masks_to_bounds;
H A Dlayer.h118 void SetMasksToBounds(bool masks_to_bounds);
119 bool masks_to_bounds() const { return masks_to_bounds_; } function in class:cc::Layer
H A Dlayer_impl.cc774 if (masks_to_bounds())
787 if (masks_to_bounds())
918 void LayerImpl::SetMasksToBounds(bool masks_to_bounds) { argument
919 if (masks_to_bounds_ == masks_to_bounds)
922 masks_to_bounds_ = masks_to_bounds;
H A Dlayer_impl.h225 void SetMasksToBounds(bool masks_to_bounds);
226 bool masks_to_bounds() const { return masks_to_bounds_; } function in class:cc::LayerImpl
H A Dlayer.cc412 void Layer::SetMasksToBounds(bool masks_to_bounds) { argument
414 if (masks_to_bounds_ == masks_to_bounds)
416 masks_to_bounds_ = masks_to_bounds;
/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_layer_impl.cc113 void WebLayerImpl::setMasksToBounds(bool masks_to_bounds) { argument
114 layer_->SetMasksToBounds(masks_to_bounds);
118 return layer_->masks_to_bounds();
H A Dweb_layer_impl.h71 virtual void setMasksToBounds(bool masks_to_bounds);
/external/chromium_org/ui/compositor/
H A Dlayer.h152 void SetMasksToBounds(bool masks_to_bounds);
H A Dlayer.cc259 void Layer::SetMasksToBounds(bool masks_to_bounds) { argument
260 cc_layer_->SetMasksToBounds(masks_to_bounds);
264 return cc_layer_->masks_to_bounds();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_readback.cc843 EXPECT_FALSE(parent->masks_to_bounds());
869 EXPECT_FALSE(parent->masks_to_bounds());
894 EXPECT_FALSE(parent->masks_to_bounds());
H A Dlayer_tree_impl.cc1061 return layer->masks_to_bounds() || layer->mask_layer();
H A Dlayer_tree_host_common.cc374 return layer->masks_to_bounds() || layer->mask_layer();
H A Dlayer_tree_host_impl.cc1630 // container_layer->masks_to_bounds() is set.
1638 if (container_layer && container_layer->masks_to_bounds()) {
H A Dlayer_tree_impl_unittest.cc775 ASSERT_FALSE(intermediate_layer->masks_to_bounds());

Completed in 363 milliseconds