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

  /external/chromium_org/cc/layers/
render_surface.h 97 bool contributes_to_drawn_surface() const { function in class:cc::RenderSurface
100 void set_contributes_to_drawn_surface(bool contributes_to_drawn_surface) {
101 contributes_to_drawn_surface_ = contributes_to_drawn_surface;
render_surface_impl.h 113 bool contributes_to_drawn_surface() const { function in class:cc::RenderSurfaceImpl
116 void set_contributes_to_drawn_surface(bool contributes_to_drawn_surface) {
117 contributes_to_drawn_surface_ = contributes_to_drawn_surface;

Completed in 418 milliseconds