HomeSort by relevance Sort by last modified time
    Searched refs:GetImageInfo (Results 1 - 10 of 10) sorted by null

  /art/runtime/
oat_file_assistant.h 347 const ImageInfo* GetImageInfo();
431 // Use the GetImageInfo method rather than accessing these directly.
oat_file_assistant.cc 439 const ImageInfo* image_info = GetImageInfo();
467 const ImageInfo* image_info = GetImageInfo();
616 const ImageInfo* image_info = GetImageInfo();
909 const OatFileAssistant::ImageInfo* OatFileAssistant::GetImageInfo() {
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.h 324 GetImageInfo (lldb_private::Module *module);
DynamicLoaderMacOSXDYLD.cpp 54 DynamicLoaderMacOSXDYLD::GetImageInfo (Module *module)
    [all...]
  /external/pdfium/core/include/fxcodec/
fx_codec.h 192 virtual void GetImageInfo(FX_LPVOID ctx, FX_DWORD& width, FX_DWORD& height,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 203 void GetImageInfo(FX_LPVOID ctx, FX_DWORD& width, FX_DWORD& height,
fx_codec_jpx_opj.cpp 797 void CCodec_JpxModule::GetImageInfo(FX_LPVOID ctx, FX_DWORD& width, FX_DWORD& height,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 71 virtual HRESULT WINAPI GetImageInfo(int i,IMAGEINFO *pImageInfo) = 0;
107 HRESULT (WINAPI *GetImageInfo)(IImageList *This,int i,IMAGEINFO *pImageInfo);
145 #define IImageList_GetImageInfo(This,i,pImageInfo) (This)->lpVtbl->GetImageInfo(This,i,pImageInfo)
dinput.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 640 pJpxModule->GetImageInfo(ctx, width, height, codestream_nComps, image_nComps);
    [all...]

Completed in 1015 milliseconds