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

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h130 ssize_t _ReadRLE16(uint16* row, int32 numPixels) const;
131 ssize_t _ReadRLE16(uint16* row, uint16* rleBuffer, int32 numPixels) const;
H A DSGIImage.cpp347 // ret = _ReadRLE16((uint16*)row, fWidth);
349 ret = _ReadRLE16((uint16*)row, (uint16*)rleBuffer, fWidth);
454 if ((fARLELength = _ReadRLE16(arleRow, fWidth)) < B_OK) {
767 // _ReadRLE16
774 SGIImage::_ReadRLE16(uint16* row, int32 numPixels) const function in class:SGIImage
845 // _ReadRLE16
852 SGIImage::_ReadRLE16(uint16* row, uint16* rleBuffer, int32 numPixels) const function in class:SGIImage

Completed in 36 milliseconds