OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:masks_to_bounds
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/cc/layers/
layer_perftest.cc
72
bool
masks_to_bounds
= true;
local
82
test_layer->SetMasksToBounds(
masks_to_bounds
);
91
masks_to_bounds
= !
masks_to_bounds
;
layer.h
123
void SetMasksToBounds(bool
masks_to_bounds
);
124
bool
masks_to_bounds
() const { return masks_to_bounds_; }
function in class:cc::Layer
layer_impl.h
214
void SetMasksToBounds(bool
masks_to_bounds
);
215
bool
masks_to_bounds
() const { return masks_to_bounds_; }
function in class:cc::LayerImpl
layer_impl.cc
726
if (
masks_to_bounds
())
866
void LayerImpl::SetMasksToBounds(bool
masks_to_bounds
) {
867
if (masks_to_bounds_ ==
masks_to_bounds
)
870
masks_to_bounds_ =
masks_to_bounds
;
[
all
...]
layer.cc
438
void Layer::SetMasksToBounds(bool
masks_to_bounds
) {
440
if (masks_to_bounds_ ==
masks_to_bounds
)
442
masks_to_bounds_ =
masks_to_bounds
;
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
100
void WebLayerImpl::setMasksToBounds(bool
masks_to_bounds
) {
101
layer_->SetMasksToBounds(
masks_to_bounds
);
104
bool WebLayerImpl::masksToBounds() const { return layer_->
masks_to_bounds
(); }
web_layer_impl.h
73
virtual void setMasksToBounds(bool
masks_to_bounds
);
/external/chromium_org/ui/compositor/
layer.h
144
void SetMasksToBounds(bool
masks_to_bounds
);
layer.cc
221
void Layer::SetMasksToBounds(bool
masks_to_bounds
) {
222
cc_layer_->SetMasksToBounds(
masks_to_bounds
);
226
return cc_layer_->
masks_to_bounds
();
/external/chromium_org/cc/trees/
layer_tree_impl.cc
358
&& !RootContainerLayer()->
masks_to_bounds
()) {
layer_tree_host_common.cc
380
return layer->
masks_to_bounds
() || layer->mask_layer();
[
all
...]
layer_tree_host_impl.cc
[
all
...]
layer_tree_host_common_unittest.cc
[
all
...]
Completed in 527 milliseconds