OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tile_bounds
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/resources/
layer_tiling_data.h
36
gfx::Rect
tile_bounds
(int i, int j) const {
function in class:cc::LayerTilingData
picture_pile_base.h
44
gfx::Rect
tile_bounds
(int x, int y) const { return tiling_.TileBounds(x, y); }
function in class:cc::PicturePileBase
picture_layer_tiling.cc
627
gfx::Rect
tile_bounds
=
local
631
visible_rect_in_content_space.ManhattanInternalDistance(
tile_bounds
) *
650
gfx::Rect
tile_bounds
=
local
654
visible_rect_in_content_space.ManhattanInternalDistance(
tile_bounds
) *
[
all
...]
/external/chromium_org/cc/layers/
tiled_layer_impl.cc
181
gfx::Rect tile_rect = tiler_->
tile_bounds
(i, j);
212
gfx::Rect tile_rect = tiler_->
tile_bounds
(i, j);
tiled_layer.cc
369
tiler_->
tile_bounds
(i, j), visible_content_rect());
489
gfx::Rect tile_rect = tiler_->
tile_bounds
(i, j);
picture_layer_impl_unittest.cc
1501
gfx::Rect
tile_bounds
= iter.geometry_rect();
local
[
all
...]
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
[
all
...]
Completed in 901 milliseconds