Searched refs:getBufferPtr (Results 1 – 3 of 3) sorted by relevance
26 dst->mgr.next_output_byte = reinterpret_cast<JOCTET*>(dst->outStream->getBufferPtr()); in Mgr_init_destination_fcn()36 dst->mgr.next_output_byte = reinterpret_cast<JOCTET*>(dst->outStream->getBufferPtr()); in Mgr_empty_output_buffer_fcn()103 src->mgr.next_input_byte = reinterpret_cast<JOCTET*>(src->inStream->getBufferPtr()); in Mgr_fill_input_buffer_fcn()
32 virtual jbyte* getBufferPtr();
95 jbyte* StreamWrapper::getBufferPtr() { in getBufferPtr() function in StreamWrapper