OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TileBoundsWithBorder
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/base/
tiling_data.h
58
gfx::Rect
TileBoundsWithBorder
(int i, int j) const;
tiling_data.cc
170
gfx::Rect TilingData::
TileBoundsWithBorder
(int i, int j) const {
295
top_left_tile = tiling_data_->
TileBoundsWithBorder
(index_x_, index_y_);
tiling_data_unittest.cc
[
all
...]
/external/chromium_org/cc/resources/
picture_pile_unittest.cc
182
pile->tiling().
TileBoundsWithBorder
(0, 0).right(),
183
pile->tiling().
TileBoundsWithBorder
(0, 0).bottom() - 1,
332
gfx::Rect tile01_borders = pile_->tiling().
TileBoundsWithBorder
(0, 1);
333
gfx::Rect tile02_borders = pile_->tiling().
TileBoundsWithBorder
(0, 2);
layer_tiling_data.cc
87
gfx::Rect tile_rect = tiling_data_.
TileBoundsWithBorder
(tile->i(), tile->j());
picture_layer_tiling.cc
80
gfx::Rect paint_rect = tiling_data_.
TileBoundsWithBorder
(i, j);
321
gfx::Rect rect = tiling_->tiling_data_.
TileBoundsWithBorder
(tile_i_, tile_j_);
328
tiling_->tiling_data_.
TileBoundsWithBorder
(tile_i_, tile_j_).origin();
Completed in 25 milliseconds