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

  /external/chromium_org/cc/layers/
draw_properties.h 21 screen_space_opacity_is_animating(false),
61 bool screen_space_opacity_is_animating; member in struct:cc::DrawProperties
layer.h 235 bool screen_space_opacity_is_animating() const { function in class:cc::Layer
236 return draw_properties_.screen_space_opacity_is_animating;
layer_impl.h 332 bool screen_space_opacity_is_animating() const { function in class:cc::LayerImpl
333 return draw_properties_.screen_space_opacity_is_animating;

Completed in 1209 milliseconds