OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hi_y
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/base/
tiling_data.cc
150
int
hi_y
= max_texture_size_y * (j + 1) + border_texels_;
local
152
hi_y
+= border_texels_;
155
hi_y
= std::min(
hi_y
, total_size_y);
160
int height =
hi_y
- lo_y;
181
int
hi_y
= lo_y + max_texture_size_y + 2 * border_texels_;
local
184
hi_y
= std::min(
hi_y
, total_size_y);
189
int height =
hi_y
- lo_y;
Completed in 130 milliseconds