Searched refs:LoadInfo (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/include/fxcodec/ |
D | fx_codec_provider.h | 29 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
|
D | fx_codec.h | 160 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 501 FX_BOOL CCodec_JpegModule::LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height, in LoadInfo() function in CCodec_JpegModule 506 return m_pExtProvider->LoadInfo(src_buf, src_size, width, height, in LoadInfo()
|
D | codec_int.h | 147 FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1241 struct LoadInfo { struct in __anond1ea022a0211::LoadClusterMutation 1245 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) in LoadInfo() function 1248 bool operator<(const LoadInfo &RHS) const { in operator <() argument 1268 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords; in clusterNeighboringLoads() 1274 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset)); in clusterNeighboringLoads()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 17 LoadInfo(pData, size, width, height, num_comps, bits, color_trans)) { in InitJPEG()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 574 … if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, bpc, bTransform)) { in CreateDecoder()
|