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

  /external/chromium_org/cc/layers/
render_surface.h 42 void SetDrawOpacityIsAnimating(bool draw_opacity_is_animating) {
43 draw_opacity_is_animating_ = draw_opacity_is_animating;
45 bool draw_opacity_is_animating() const { return draw_opacity_is_animating_; } function in class:cc::RenderSurface
render_surface_impl.h 56 void SetDrawOpacityIsAnimating(bool draw_opacity_is_animating) {
57 draw_opacity_is_animating_ = draw_opacity_is_animating;
59 bool draw_opacity_is_animating() const { return draw_opacity_is_animating_; } function in class:cc::RenderSurfaceImpl
layer.h 225 bool draw_opacity_is_animating() const { function in class:cc::Layer
layer_impl.h 304 bool draw_opacity_is_animating() const { function in class:cc::LayerImpl
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 102 return !layer->draw_opacity_is_animating();
115 return !rs->draw_opacity_is_animating();
occlusion_tracker_unittest.cc     [all...]
layer_tree_host_common_unittest.cc     [all...]
layer_tree_host_common.cc     [all...]

Completed in 274 milliseconds