Searched refs:should_flatten_transform (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer.h322 bool should_flatten_transform() const { return should_flatten_transform_; } function in class:cc::Layer
H A Dlayer_impl.h287 bool should_flatten_transform() const { return should_flatten_transform_; } function in class:cc::LayerImpl
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc593 layer->should_flatten_transform() &&
639 if (layer->opacity() != 1.f && layer->should_flatten_transform() &&
1784 if (layer->should_flatten_transform())
2095 if (layer->should_flatten_transform())
H A Dlayer_tree_host_common_unittest.cc1038 ASSERT_TRUE(root->should_flatten_transform());
1039 ASSERT_TRUE(child->should_flatten_transform());
1040 ASSERT_TRUE(grand_child->should_flatten_transform());

Completed in 156 milliseconds