Searched defs:SetMasksToBounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer.cc427 void Layer::SetMasksToBounds(bool masks_to_bounds) { function in class:cc::Layer
757 layer->SetMasksToBounds(masks_to_bounds_);
H A Dlayer_impl.cc404 layer->SetMasksToBounds(masks_to_bounds_);
715 void LayerImpl::SetMasksToBounds(bool masks_to_bounds) { function in class:cc::LayerImpl
/external/chromium_org/ui/compositor/
H A Dlayer.cc221 void Layer::SetMasksToBounds(bool masks_to_bounds) { function in class:ui::Layer
222 cc_layer_->SetMasksToBounds(masks_to_bounds);

Completed in 123 milliseconds