Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcodec/
Dfx_codec_provider.h29 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
Dfx_codec.h160 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp501 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()
Dcodec_int.h147 FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1241 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/
Dfpdf_edit_image.cpp17 LoadInfo(pData, size, width, height, num_comps, bits, color_trans)) { in InitJPEG()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp574 … if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, bpc, bTransform)) { in CreateDecoder()