Searched refs:StreamBuffer (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/translators/shared/ |
H A D | StreamBuffer.cpp | 41 StreamBuffer::StreamBuffer(BPositionIO *pstream, size_t nbuffersize, bool toRead) in StreamBuffer() function in StreamBuffer 70 StreamBuffer::~StreamBuffer() in ~StreamBuffer() 93 StreamBuffer::InitCheck() in InitCheck() 119 StreamBuffer::Read(void *_pinto, size_t nbytes) in Read() 165 StreamBuffer::Write(void *pinto, size_t nbytes) in Write() 196 StreamBuffer::Seek(off_t position, uint32 seekMode) in Seek() 241 StreamBuffer::Position() in Position() 268 StreamBuffer::_ReadStream() in _ReadStream()
|
H A D | StreamBuffer.h | 17 class StreamBuffer { 19 StreamBuffer(BPositionIO *stream, size_t bufferSize, bool toRead = true); 20 ~StreamBuffer();
|
H A D | Jamfile | 8 StreamBuffer.cpp
|
/haiku/src/add-ons/translators/raw/ |
H A D | LibRAW.cpp | 61 StreamBuffer *buffer; 71 buffer = new StreamBuffer(stream, 2048); in LibRaw_haiku_datastream()
|
/haiku/src/add-ons/translators/pcx/ |
H A D | PCX.cpp | 75 convert_data_to_bits(pcx_header &header, StreamBuffer &source, in convert_data_to_bits() 259 StreamBuffer sourceBuf(&source, 2048); in convert_pcx_to_bits()
|
/haiku/src/add-ons/translators/tga/ |
H A D | TGATranslator.cpp | 1669 StreamBuffer sbuf(inSource, TGA_STREAM_BUFFER_SIZE); in translate_from_tganmrle_to_bits() 1974 StreamBuffer sbuf(inSource, TGA_STREAM_BUFFER_SIZE); in translate_from_tgamrle_to_bits()
|