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

  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 48 ICodec_JpegModule* CPDF_ModuleMgr::GetJpegModule() {
49 return m_pCodecModule ? m_pCodecModule->GetJpegModule() : NULL;
  /external/pdfium/core/include/fxcodec/
fx_codec.h 69 ICodec_JpegModule* GetJpegModule() const { return m_pJpegModule.get(); }

Completed in 989 milliseconds