/external/chromium_org/cc/resources/ |
picture_layer_tiling_unittest.cc | 749 gfx::Transform current_screen_transform; local 754 current_screen_transform, device_viewport); 771 current_screen_transform, 811 gfx::Transform current_screen_transform; local 815 current_screen_transform.Translate(850, 0); 816 last_screen_transform = current_screen_transform; 819 current_screen_transform, device_viewport); 836 current_screen_transform, 892 gfx::Transform current_screen_transform; local 961 gfx::Transform current_screen_transform; local 1048 gfx::Transform current_screen_transform; local 1153 gfx::Transform current_screen_transform; local 1248 gfx::Transform current_screen_transform; local 1338 gfx::Transform current_screen_transform; local [all...] |
picture_layer_tiling.cc | 381 const gfx::Transform& current_screen_transform, 432 ApproximatelyTranslation(current_screen_transform.matrix())) { 434 current_screen_transform.matrix().get(0, 3), 435 current_screen_transform.matrix().get(1, 3)); 473 !current_screen_transform.HasPerspective()) { 483 current_screen_transform.matrix().get(0, 3), 484 current_screen_transform.matrix().get(1, 3)); 498 current_screen_transform.matrix().get(0, 0) * current_tile_width, 499 current_screen_transform.matrix().get(1, 0) * current_tile_width); 501 current_screen_transform.matrix().get(0, 1) * current_tile_height [all...] |
picture_layer_tiling_set.h | 66 const gfx::Transform& current_screen_transform,
|
picture_layer_tiling_set.cc | 305 const gfx::Transform& current_screen_transform, 326 current_screen_transform,
|
picture_layer_tiling.h | 141 const gfx::Transform& current_screen_transform,
|