OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lo_x
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/base/
tiling_data.cc
138
int
lo_x
= max_texture_size_x * i;
local
140
lo_x
+= border_texels_;
157
int x =
lo_x
;
159
int width = hi_x -
lo_x
;
177
int
lo_x
= max_texture_size_x * i;
local
180
int hi_x =
lo_x
+ max_texture_size_x + 2 * border_texels_;
186
int x =
lo_x
;
188
int width = hi_x -
lo_x
;
Completed in 97 milliseconds