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

/haiku/src/add-ons/translators/ico/
H A DICO.cpp278 int32 xorRowBytes = get_bytes_per_row(entry.width, header.bits_per_pixel); local
287 int32 xorDataSize = xorRowBytes * entry.height;
319 uint8 *line = get_data_row(xorData, xorDataSize, xorRowBytes, row);
390 int32 xorRowBytes = get_bytes_per_row(entry.width, bitsPerPixel); local
395 uint8 *xorRowData = (uint8 *)xorAllocator.Allocate(xorRowBytes);
455 ssize_t bytesWritten = target.Write(xorRowData, xorRowBytes);
458 if (bytesWritten != xorRowBytes)
745 int32 xorRowBytes = get_bytes_per_row(width, bitsPerPixel); local
750 entry.size = sizeof(ico_bitmap_header) + width * (xorRowBytes + andRowBytes);

Completed in 29 milliseconds