Home
last modified time | relevance | path

Searched refs:screen_space_opacity_is_animating (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
Ddraw_properties.h21 screen_space_opacity_is_animating(false), in DrawProperties()
56 bool screen_space_opacity_is_animating; member
Dlayer.h240 bool screen_space_opacity_is_animating() const { in screen_space_opacity_is_animating() function
241 return draw_properties_.screen_space_opacity_is_animating; in screen_space_opacity_is_animating()
Dlayer_impl.h321 bool screen_space_opacity_is_animating() const { in screen_space_opacity_is_animating() function
322 return draw_properties_.screen_space_opacity_is_animating; in screen_space_opacity_is_animating()
/external/chromium_org/cc/trees/
Dlayer_tree_host_common.cc1491 layer->parent()->screen_space_opacity_is_animating(); in CalculateDrawPropertiesInternal()
1682 layer_draw_properties.screen_space_opacity_is_animating = in CalculateDrawPropertiesInternal()
1804 layer_draw_properties.screen_space_opacity_is_animating = in CalculateDrawPropertiesInternal()