Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/layers/ | |
draw_properties.h | 23 screen_space_transform_is_animating(false), 58 bool screen_space_transform_is_animating; member in struct:cc::DrawProperties |
layer.h | 237 bool screen_space_transform_is_animating() const { function in class:cc::Layer 238 return draw_properties_.screen_space_transform_is_animating; |
layer_impl.h | 318 bool screen_space_transform_is_animating() const { function in class:cc::LayerImpl 319 return draw_properties_.screen_space_transform_is_animating; |