HomeSort by relevance Sort by last modified time
    Searched refs:xor_mask_size (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
icon_util.cc 577 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;
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 164 milliseconds