Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h324 GetImageInfo (lldb_private::Module *module);
DDynamicLoaderMacOSXDYLD.cpp54 DynamicLoaderMacOSXDYLD::GetImageInfo (Module *module) in GetImageInfo() function in DynamicLoaderMacOSXDYLD
/external/pdfium/core/include/fxcodec/
Dfx_codec.h192 virtual void GetImageInfo(FX_LPVOID ctx, FX_DWORD& width, FX_DWORD& height,
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h203 void GetImageInfo(FX_LPVOID ctx, FX_DWORD& width, FX_DWORD& height,
Dfx_codec_jpx_opj.cpp797 void CCodec_JpxModule::GetImageInfo(FX_LPVOID ctx, FX_DWORD& width, FX_DWORD& height, in GetImageInfo() function in CCodec_JpxModule
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp640 pJpxModule->GetImageInfo(ctx, width, height, codestream_nComps, image_nComps); in LoadJpxBitmap()