Home
last modified time | relevance | path

Searched refs:masks_to_bounds_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc62 masks_to_bounds_(false), in Layer()
418 if (masks_to_bounds_ == masks_to_bounds) in SetMasksToBounds()
420 masks_to_bounds_ = masks_to_bounds; in SetMasksToBounds()
886 layer->SetMasksToBounds(masks_to_bounds_); in PushPropertiesTo()
Dlayer.h120 bool masks_to_bounds() const { return masks_to_bounds_; } in masks_to_bounds()
603 bool masks_to_bounds_ : 1; variable
Dlayer_impl.cc56 masks_to_bounds_(false), in LayerImpl()
293 if (masks_to_bounds_) { in GetDebugBorderProperties()
518 layer->SetMasksToBounds(masks_to_bounds_); in PushPropertiesTo()
936 if (masks_to_bounds_ == masks_to_bounds) in SetMasksToBounds()
939 masks_to_bounds_ = masks_to_bounds; in SetMasksToBounds()
Dlayer_impl.h245 bool masks_to_bounds() const { return masks_to_bounds_; } in masks_to_bounds()
627 bool masks_to_bounds_ : 1; variable