Home
last modified time | relevance | path

Searched refs:LoadInfo (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_jpegmodule.h32 bool LoadInfo(const uint8_t* src_buf,
Dfx_codec_jpeg.cpp337 bool CCodec_JpegModule::LoadInfo(const uint8_t* src_buf, in LoadInfo() function in CCodec_JpegModule
/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp80 if (!CPDF_ModuleMgr::Get()->GetJpegModule()->LoadInfo( in InitJPEG()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp547 if (pJpegModule->LoadInfo(src_data, src_size, &m_Width, &m_Height, &comps, in CreateDecoder()