Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Ddraw_properties.h17 struct CC_EXPORT DrawProperties { struct
18 DrawProperties() in DrawProperties() argument
Dlayer.h212 DrawProperties<Layer>& draw_properties() { return draw_properties_; } in draw_properties()
213 const DrawProperties<Layer>& draw_properties() const { in draw_properties()
641 DrawProperties<Layer> draw_properties_;
Dlayer_impl.h307 DrawProperties<LayerImpl>& draw_properties() { in draw_properties()
310 const DrawProperties<LayerImpl>& draw_properties() const { in draw_properties()
705 DrawProperties<LayerImpl> draw_properties_;
/external/chromium_org/cc/trees/
Dlayer_tree_host_common.cc1619 DrawProperties<LayerType>& layer_draw_properties = layer->draw_properties(); in CalculateDrawPropertiesInternal()
1905 DrawProperties<LayerType>& mask_layer_draw_properties = in CalculateDrawPropertiesInternal()
1913 DrawProperties<LayerType>& replica_mask_draw_properties = in CalculateDrawPropertiesInternal()