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

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h124 status_t _WriteLong(int32 n) const;
H A DSGIImage.cpp175 _WriteLong(0); // Minimum pixel
176 _WriteLong(255); // Maximum pixel
178 _WriteLong(-32768); // Minimum pixel
179 _WriteLong(32767); // Maximum pixel
181 _WriteLong(0); // Reserved
190 _WriteLong(0);
215 // _WriteLong(0);
255 if ((ret = _WriteLong(offset[0])) < B_OK)
268 if ((ret = _WriteLong(length[0])) < B_OK)
550 // _WriteLong
554 SGIImage::_WriteLong(int32 n) const function in class:SGIImage
[all...]

Completed in 26 milliseconds