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

/haiku/src/add-ons/translators/psd/
H A DPSDWriter.h59 BDataArray psdByteCounts[4]; member in class:PSDWriter
H A DPSDWriter.cpp158 + psdByteCounts[channelIdx].Length() + sizeof(int16));
161 + psdByteCounts[channelIdx].Length() + sizeof(int16));
188 psdLayersSection.Append(psdByteCounts[channelIdx]); // Bytes count
219 psdByteCounts[channelIdx].WriteToStream(target);
314 psdByteCounts[channelIdx].Append((uint16)packedLine->Length());
316 psdByteCounts[channelIdx].Append((uint32)packedLine->Length());

Completed in 87 milliseconds