Home
last modified time | relevance | path

Searched refs:m_byte_offset (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dcio.c274 p_stream->m_byte_offset += (OPJ_OFF_T)p_size; in opj_stream_read_data()
283 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
295 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
327 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
335 p_stream->m_byte_offset += (OPJ_OFF_T)p_size; in opj_stream_read_data()
358 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
364 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
395 p_stream->m_byte_offset += (OPJ_OFF_T)p_size; in opj_stream_write_data()
411 p_stream->m_byte_offset += (OPJ_OFF_T)l_remaining_bytes; in opj_stream_write_data()
463 p_stream->m_byte_offset += l_skip_nb_bytes; in opj_stream_read_skip()
[all …]
Dcio.h156 OPJ_OFF_T m_byte_offset; member