OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TileBounds
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/cc/resources/
layer_tiling_data.h
37
return tiling_data_.
TileBounds
(i, j);
picture_pile_base.h
38
gfx::Rect tile_bounds(int x, int y) const { return tiling_.
TileBounds
(x, y); }
picture_pile_unittest.cc
334
gfx::Rect tile01_noborders = pile_->tiling().
TileBounds
(0, 1);
335
gfx::Rect tile02_noborders = pile_->tiling().
TileBounds
(0, 2);
picture_pile.cc
203
gfx::Rect tile = tiling_.
TileBounds
(key.first, key.second);
picture_pile_base.cc
222
gfx::Rect tile = tiling_.
TileBounds
(key.first, key.second);
picture_layer_tiling.cc
277
gfx::Rect content_rect = tiling_->tiling_data_.
TileBounds
(tile_i_, tile_j_);
426
tiling_data_.
TileBounds
(iter.index_x(), iter.index_y());
539
tiling_data_.
TileBounds
(iter.index_x(), iter.index_y());
/external/chromium_org/cc/base/
tiling_data.h
57
gfx::Rect
TileBounds
(int i, int j) const;
tiling_data.cc
131
gfx::Rect TilingData::
TileBounds
(int i, int j) const {
301
top_left_tile = tiling_data_->
TileBounds
(index_x_, index_y_);
tiling_data_unittest.cc
[
all
...]
/external/chromium_org/cc/test/
fake_picture_pile_impl.cc
84
gfx::Rect bounds(tiling().
TileBounds
(x, y));
Completed in 477 milliseconds