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

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h116 { return fBytesPerChannel; }
139 uint32 fBytesPerChannel; member in class:SGIImage
H A DSGIImage.cpp53 fBytesPerChannel(0),
105 fBytesPerChannel = _ReadChar();
168 _WriteChar(fBytesPerChannel = bytesPerChannel);
174 if (fBytesPerChannel == 1) {
198 /* if (fBytesPerChannel == 1) {
325 off_t offset = 512 + (y + z * fHeight) * fWidth * fBytesPerChannel;
328 uint32 bytes = fWidth * fBytesPerChannel;
341 if (fBytesPerChannel == 1) {
383 offset = 512 + (y + z * fHeight) * fWidth * fBytesPerChannel;
386 uint32 bytes = fWidth * fBytesPerChannel;
[all...]

Completed in 103 milliseconds