HomeSort by relevance Sort by last modified time
    Searched full:top_left_tile (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/base/
tiling_data.cc 328 gfx::Rect top_left_tile; local
334 top_left_tile = tiling_data_->TileBoundsWithBorder(index_x_, index_y_);
340 top_left_tile = tiling_data_->TileBounds(index_x_, index_y_);
346 if (!top_left_tile.Intersects(rect))

Completed in 116 milliseconds