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

  /external/pdfium/third_party/libopenjpeg20/
cio.c 181 l_stream->m_skip_fn = opj_stream_default_skip;
246 l_stream->m_skip_fn = p_function;
486 l_current_skip_nb_bytes = p_stream->m_skip_fn(p_size, p_stream->m_user_data);
525 l_current_skip_nb_bytes = p_stream->m_skip_fn(p_size, p_stream->m_user_data);
cio.h 120 opj_stream_skip_fn m_skip_fn; member in struct:opj_stream_private

Completed in 43 milliseconds