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

  /external/pdfium/third_party/libopenjpeg20/
cio.c 182 l_stream->m_seek_fn = opj_stream_default_seek;
224 l_stream->m_seek_fn = p_function;
570 if( !(p_stream->m_seek_fn(p_size,p_stream->m_user_data)) ) {
594 if (! p_stream->m_seek_fn(p_size,p_stream->m_user_data)) {
613 return p_stream->m_seek_fn != opj_stream_default_seek;
cio.h 125 opj_stream_seek_fn m_seek_fn; member in struct:opj_stream_private

Completed in 462 milliseconds