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

  /external/chromium_org/cc/layers/
picture_image_layer_impl.h 27 bool animating_transform_to_screen,
36 bool animating_transform_to_screen) const OVERRIDE;
38 bool animating_transform_to_screen,
picture_image_layer_impl.cc 34 bool animating_transform_to_screen,
44 animating_transform_to_screen,
57 bool animating_transform_to_screen) const {
62 bool animating_transform_to_screen,
contents_scaling_layer.h 21 bool animating_transform_to_screen,
image_layer.h 30 bool animating_transform_to_screen,
picture_layer_impl.h 48 bool animating_transform_to_screen,
82 void ManageTilings(bool animating_transform_to_screen);
84 bool animating_transform_to_screen) const;
86 bool animating_transform_to_screen,
contents_scaling_layer.cc 27 bool animating_transform_to_screen,
picture_image_layer_impl_unittest.cc 117 const bool animating_transform_to_screen = false; local
124 animating_transform_to_screen,
137 animating_transform_to_screen,
image_layer.cc 71 bool animating_transform_to_screen,
scrollbar_layer.h 45 bool animating_transform_to_screen,
picture_layer_impl.cc 393 bool animating_transform_to_screen,
433 ManageTilings(animating_transform_to_screen);
791 void PictureLayerImpl::ManageTilings(bool animating_transform_to_screen) {
804 ShouldAdjustRasterScale(animating_transform_to_screen);
807 raster_source_scale_was_animating_ = animating_transform_to_screen;
816 CalculateRasterContentsScale(animating_transform_to_screen,
847 if (!is_pinching && !animating_transform_to_screen && !low_res &&
860 bool animating_transform_to_screen) const {
866 if (raster_source_scale_was_animating_ && !animating_transform_to_screen)
892 bool animating_transform_to_screen,
    [all...]
scrollbar_layer.cc 88 bool animating_transform_to_screen,
96 animating_transform_to_screen, local
layer.h 314 bool animating_transform_to_screen,
layer_impl.h 305 bool animating_transform_to_screen,
layer.cc 416 bool animating_transform_to_screen,
layer_impl.cc 816 bool animating_transform_to_screen,
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 654 bool animating_transform_to_screen) {
658 animating_transform_to_screen,
669 animating_transform_to_screen,
682 animating_transform_to_screen,
695 bool animating_transform_to_screen) {
700 animating_transform_to_screen);
709 bool animating_transform_to_screen) {
726 ideal_raster_scale >= 1.f && !animating_transform_to_screen;
742 animating_transform_to_screen);
1101 bool animating_transform_to_screen = animating_transform_to_target; local
    [all...]
layer_tree_host_unittest.cc 989 bool animating_transform_to_screen,
997 animating_transform_to_screen,
    [all...]
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 146 bool animating_transform_to_screen,
tiled_layer_test_common.cc 120 false, // animating_transform_to_screen
160 bool animating_transform_to_screen,

Completed in 943 milliseconds