Searched defs:screen_space_opacity_is_animating (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Ddraw_properties.h21 screen_space_opacity_is_animating(false),
62 bool screen_space_opacity_is_animating; member in struct:cc::DrawProperties
H A Dlayer.h234 bool screen_space_opacity_is_animating() const { function in class:cc::Layer
235 return draw_properties_.screen_space_opacity_is_animating;
H A Dlayer_impl.h313 bool screen_space_opacity_is_animating() const { function in class:cc::LayerImpl
314 return draw_properties_.screen_space_opacity_is_animating;

Completed in 118 milliseconds