Searched defs:hi_x (Results 1 - 1 of 1) sorted by relevance

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

Completed in 84 milliseconds