HomeSort by relevance Sort by last modified time
    Searched defs:TileBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/base/
tiling_data.cc 164 gfx::Rect rect_top_left(TileBounds(index_x, index_y));
165 gfx::Rect rect_bottom_right(TileBounds(index_right, index_bottom));
170 gfx::Rect TilingData::TileBounds(int i, int j) const {
340 top_left_tile = tiling_data_->TileBounds(index_x_, index_y_);
  /external/chromium_org/cc/resources/
picture_layer_tiling.h 63 gfx::Rect TileBounds() const {
66 return tiling_->tiling_data_.TileBounds(visible_iterator_.index_x(),
69 return tiling_->tiling_data_.TileBounds(spiral_iterator_.index_x(),

Completed in 193 milliseconds