OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:and_line_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/
icon_util.cc
682
size_t
and_line_length
= (bitmap.width() + 7) >> 3;
local
683
and_line_length
= (
and_line_length
+ 3) & ~3;
684
size_t and_mask_size =
and_line_length
* bitmap.height();
Completed in 242 milliseconds