Searched refs:LoadInfo (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 20 if (!CPDF_ModuleMgr::Get()->GetJpegModule()->LoadInfo( in InitJPEG()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | codec_int.h | 172 FX_BOOL LoadInfo(const uint8_t* src_buf,
|
D | fx_codec_jpeg.cpp | 530 FX_BOOL CCodec_JpegModule::LoadInfo(const uint8_t* src_buf, in LoadInfo() function in CCodec_JpegModule
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1290 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/ |
D | fx_codec.h | 212 virtual FX_BOOL LoadInfo(const uint8_t* src_buf,
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 622 if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, in CreateDecoder()
|