Searched defs:descendant_needs_push_properties (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer.h453 bool descendant_needs_push_properties() const { function in class:cc::Layer
502 return needs_push_properties() || descendant_needs_push_properties();
H A Dlayer_impl.h536 return needs_push_properties() || descendant_needs_push_properties();
540 bool descendant_needs_push_properties() const { function in class:cc::LayerImpl

Completed in 154 milliseconds