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

/external/chromium_org/cc/layers/
H A Drender_surface.h39 draw_opacity_is_animating_ = draw_opacity_is_animating;
41 bool draw_opacity_is_animating() const { return draw_opacity_is_animating_; }
121 bool draw_opacity_is_animating_; member in class:cc::RenderSurface
H A Drender_surface_impl.h57 draw_opacity_is_animating_ = draw_opacity_is_animating;
59 bool draw_opacity_is_animating() const { return draw_opacity_is_animating_; }
151 bool draw_opacity_is_animating_; member in class:cc::RenderSurfaceImpl

Completed in 98 milliseconds