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

  /external/chromium_org/cc/layers/
draw_properties.h 21 screen_space_opacity_is_animating(false),
51 bool screen_space_opacity_is_animating; member in struct:cc::DrawProperties
layer.h 179 bool screen_space_opacity_is_animating() const { function in class:cc::Layer
180 return draw_properties_.screen_space_opacity_is_animating;
layer_impl.h 262 bool screen_space_opacity_is_animating() const { function in class:cc::LayerImpl
263 return draw_properties_.screen_space_opacity_is_animating;
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc     [all...]

Completed in 66 milliseconds