Home
last modified time | relevance | path

Searched refs:hi_x (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/base/
Dtiling_data.cc175 int hi_x = max_texture_size_x * (i + 1) + border_texels_; in TileBounds() local
177 hi_x += border_texels_; in TileBounds()
183 hi_x = std::min(hi_x, tiling_size_.width()); in TileBounds()
188 int width = hi_x - lo_x; in TileBounds()
207 int hi_x = lo_x + max_texture_size_x + 2 * border_texels_; in TileBoundsWithBorder() local
210 hi_x = std::min(hi_x, tiling_size_.width()); in TileBoundsWithBorder()
215 int width = hi_x - lo_x; in TileBoundsWithBorder()