HomeSort by relevance Sort by last modified time
    Searched refs:m_current_data (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
cio.c 166 l_stream->m_current_data = l_stream->m_stored_data;
270 memcpy(p_buffer,p_stream->m_current_data,p_size);
271 p_stream->m_current_data += p_size;
281 memcpy(p_buffer,p_stream->m_current_data,p_stream->m_bytes_in_buffer);
282 p_stream->m_current_data += p_stream->m_bytes_in_buffer;
291 memcpy(p_buffer,p_stream->m_current_data,p_stream->m_bytes_in_buffer);
292 p_stream->m_current_data = p_stream->m_stored_data;
300 so reset the m_current_data to point to the start of the
302 p_stream->m_current_data = p_stream->m_stored_data;
323 memcpy(p_buffer,p_stream->m_current_data,p_stream->m_bytes_in_buffer)
    [all...]
cio.h 136 OPJ_BYTE * m_current_data; member in struct:opj_stream_private

Completed in 54 milliseconds