HomeSort by relevance Sort by last modified time
    Searched refs:screen_space_transform_is_animating (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/layers/
draw_properties.h 23 screen_space_transform_is_animating(false),
64 bool screen_space_transform_is_animating; member in struct:cc::DrawProperties
layer_utils_unittest.cc 68 child()->draw_properties().screen_space_transform_is_animating = true;
91 child()->draw_properties().screen_space_transform_is_animating = true;
114 child()->draw_properties().screen_space_transform_is_animating = true;
141 child()->draw_properties().screen_space_transform_is_animating = true;
165 child()->draw_properties().screen_space_transform_is_animating = true;
199 child()->draw_properties().screen_space_transform_is_animating = true;
225 child()->draw_properties().screen_space_transform_is_animating = true;
257 child()->draw_properties().screen_space_transform_is_animating = true;
layer_utils.cc 30 return layer.screen_space_transform_is_animating();
picture_image_layer_impl_unittest.cc 84 layer->draw_properties().screen_space_transform_is_animating =
picture_layer_impl.cc 440 draw_properties().screen_space_transform_is_animating;
    [all...]
layer.h 231 bool screen_space_transform_is_animating() const { function in class:cc::Layer
232 return draw_properties_.screen_space_transform_is_animating;
layer_impl.h 310 bool screen_space_transform_is_animating() const { function in class:cc::LayerImpl
311 return draw_properties_.screen_space_transform_is_animating;
tiled_layer.cc 562 if (!draw_transform_is_animating() && !screen_space_transform_is_animating())
picture_layer_impl_unittest.cc 160 layer->draw_properties().screen_space_transform_is_animating =
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 426 return !layer->screen_space_transform_is_animating();
    [all...]
layer_tree_host_common_unittest.cc     [all...]
occlusion_tracker_unittest.cc     [all...]
layer_tree_host_impl.cc     [all...]

Completed in 461 milliseconds