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

/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp201 int32 channelBytes = rowBytes * fHeight; local
205 imageData[i] = new uint8[channelBytes];
212 for (int i = 0; i < channelBytes; i++, ptr++)
228 while (count < channelBytes) {
273 bitsHeader.dataSize = channelBytes;

Completed in 77 milliseconds