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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 76 m_pJbig2Context->m_pGlobalStream = global_stream;
codec_int.h 377 CPDF_StreamAcc* m_pGlobalStream;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 176 m_pGlobalStream = NULL;
197 delete m_pGlobalStream;
411 m_pGlobalStream = new CPDF_StreamAcc;
412 m_pGlobalStream->LoadAllData(pGlobals, FALSE);
416 m_Height, m_pStreamAcc, m_pGlobalStream,
421 delete m_pGlobalStream;
422 m_pGlobalStream = NULL;
446 delete m_pGlobalStream;
447 m_pGlobalStream = NULL;
    [all...]
render_int.h 526 CPDF_StreamAcc* m_pGlobalStream;

Completed in 51 milliseconds