OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contributes_to_drawn_surface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
render_surface.h
93
bool
contributes_to_drawn_surface
() const {
function in class:cc::RenderSurface
96
void set_contributes_to_drawn_surface(bool
contributes_to_drawn_surface
) {
97
contributes_to_drawn_surface_ =
contributes_to_drawn_surface
;
render_surface_impl.h
111
bool
contributes_to_drawn_surface
() const {
function in class:cc::RenderSurfaceImpl
114
void set_contributes_to_drawn_surface(bool
contributes_to_drawn_surface
) {
115
contributes_to_drawn_surface_ =
contributes_to_drawn_surface
;
Completed in 610 milliseconds