HomeSort by relevance Sort by last modified time
    Searched refs:DrawProperties (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/layers/
draw_properties.h 17 struct CC_EXPORT DrawProperties {
18 DrawProperties()
52 // DrawProperties::opacity may be different than LayerType::opacity,
57 // xxx_is_animating flags are used to indicate whether the DrawProperties
layer.h 211 DrawProperties<Layer>& draw_properties() { return draw_properties_; }
212 const DrawProperties<Layer>& draw_properties() const {
629 DrawProperties<Layer> draw_properties_;
layer_impl.h 288 DrawProperties<LayerImpl>& draw_properties() {
291 const DrawProperties<LayerImpl>& draw_properties() const {
688 DrawProperties<LayerImpl> draw_properties_;
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc     [all...]

Completed in 116 milliseconds