Searched refs:xor_mask_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dicon_util.cc577 size_t xor_mask_size, bytes_in_resource; local
579 &xor_mask_size,
615 CopySkBitmapBitsIntoIconBuffer(bitmap, xor_mask_addr, xor_mask_size);
648 size_t xor_mask_size, bytes_in_resource; local
650 &xor_mask_size,
658 size_t* xor_mask_size,
662 *xor_mask_size = bitmap.width() * bitmap.height() * 4;
688 size_t masks_size = *xor_mask_size + and_mask_size;
657 ComputeBitmapSizeComponents(const SkBitmap& bitmap, size_t* xor_mask_size, size_t* bytes_in_resource) argument
H A Dicon_util.h248 // |xor_mask_size| - the size, in bytes, of the XOR mask in the ICONIMAGE
261 size_t* xor_mask_size,

Completed in 77 milliseconds