OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xor_mask_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
icon_util.cc
574
size_t
xor_mask_size
, bytes_in_resource;
local
576
&
xor_mask_size
,
612
CopySkBitmapBitsIntoIconBuffer(bitmap, xor_mask_addr,
xor_mask_size
);
645
size_t
xor_mask_size
, bytes_in_resource;
local
647
&
xor_mask_size
,
655
size_t*
xor_mask_size
,
659
*
xor_mask_size
= bitmap.width() * bitmap.height() * 4;
685
size_t masks_size = *
xor_mask_size
+ and_mask_size;
icon_util.h
248
// |
xor_mask_size
| - the size, in bytes, of the XOR mask in the ICONIMAGE
261
size_t*
xor_mask_size
,
Completed in 24 milliseconds