/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_set.h | 67 const gfx::Transform& current_screen_transform,
|
picture_layer_tiling.cc | 359 const gfx::Transform& current_screen_transform, 408 current_screen_transform.IsApproximatelyIdentityOrTranslation( 411 current_screen_transform.matrix().get(0, 3), 412 current_screen_transform.matrix().get(1, 3)); 449 !current_screen_transform.HasPerspective()) { 459 current_screen_transform.matrix().get(0, 3), 460 current_screen_transform.matrix().get(1, 3)); 474 current_screen_transform.matrix().get(0, 0) * current_tile_width, 475 current_screen_transform.matrix().get(1, 0) * current_tile_width); 477 current_screen_transform.matrix().get(0, 1) * current_tile_height [all...] |
picture_layer_tiling.h | 146 const gfx::Transform& current_screen_transform,
|
picture_layer_tiling_set.cc | 314 const gfx::Transform& current_screen_transform, 335 current_screen_transform,
|