Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp20 if (!CPDF_ModuleMgr::Get()->GetJpegModule()->LoadInfo( in InitJPEG()
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h172 FX_BOOL LoadInfo(const uint8_t* src_buf,
Dfx_codec_jpeg.cpp530 FX_BOOL CCodec_JpegModule::LoadInfo(const uint8_t* src_buf, in LoadInfo() function in CCodec_JpegModule
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1290 struct LoadInfo { struct in __anond1ea022a0211::LoadClusterMutation
1294 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) in LoadInfo() function
1297 bool operator<(const LoadInfo &RHS) const { in operator <() argument
1317 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords; in clusterNeighboringLoads()
1323 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset)); in clusterNeighboringLoads()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h212 virtual FX_BOOL LoadInfo(const uint8_t* src_buf,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp622 if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, in CreateDecoder()