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

/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp149 psdLayersSection << (uint32)(psdChannel[channelIdx].Length()
152 psdLayersSection << (uint64)(psdChannel[channelIdx].Length()
157 psdLayersSection << (uint32)(psdChannel[channelIdx].Length()
160 psdLayersSection << (uint64)(psdChannel[channelIdx].Length()
183 psdLayersSection.Append(psdChannel[channelIdx]); // Channel data
189 psdLayersSection.Append(psdChannel[channelIdx]); // Channel data
223 psdChannel[channelIdx].WriteToStream(target);
288 psdChannel[0].Append((uint8)rgba[2]); // Red channel
289 psdChannel[1].Append((uint8)rgba[1]); // Green channel
290 psdChannel[
[all...]
H A DPSDWriter.h58 BDataArray psdChannel[4]; member in class:PSDWriter

Completed in 33 milliseconds