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

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp166 _WriteShort(SGI_MAGIC);
169 _WriteShort(3); // Dimensions
170 _WriteShort(fWidth = width);
171 _WriteShort(fHeight = height);
172 _WriteShort(fChannelCount = channels);
203 _WriteShort(0);
396 _WriteShort(*row);
565 // _WriteShort
569 SGIImage::_WriteShort(uint16 n) const function in class:SGIImage
1012 if (_WriteShort(12
[all...]
H A DSGIImage.h125 status_t _WriteShort(uint16 n) const;

Completed in 137 milliseconds