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

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp167 _WriteChar((fCompression = compression) != 0);
168 _WriteChar(fBytesPerChannel = bytesPerChannel);
200 _WriteChar(0);
391 _WriteChar(*row);
580 // _WriteChar
584 SGIImage::_WriteChar(int8 n) const function in class:SGIImage
926 if (_WriteChar(128 | i) == EOF)
931 if (_WriteChar(*start) == EOF)
958 if (_WriteChar(i) == EOF)
962 if (_WriteChar(repea
[all...]
H A DSGIImage.h126 status_t _WriteChar(int8 n) const;

Completed in 69 milliseconds