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 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 58 void SetDrawOpacityIsAnimating(bool draw_opacity_is_animating) {
59 draw_opacity_is_animating_ = draw_opacity_is_animating;
61 bool draw_opacity_is_animating() const { return draw_opacity_is_animating_; } function in class:cc::RenderSurfaceImpl
layer.h 226 bool draw_opacity_is_animating() const { function in class:cc::Layer
layer_impl.h 323 bool draw_opacity_is_animating() const { function in class:cc::LayerImpl

Completed in 100 milliseconds