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

  /external/chromium_org/cc/layers/
render_surface.h 38 void SetDrawOpacityIsAnimating(bool draw_opacity_is_animating) {
39 draw_opacity_is_animating_ = draw_opacity_is_animating;
41 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 170 bool draw_opacity_is_animating() const { function in class:cc::Layer
layer_impl.h 253 bool draw_opacity_is_animating() const { function in class:cc::LayerImpl

Completed in 2007 milliseconds