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

  /external/lzma/CPP/Windows/Control/
ImageList.h 56 bool GetImageInfo(int index, IMAGEINFO* imageInfo) const
  /external/opencv3/3rdparty/libwebp/mux/
muxedit.c 447 static WebPMuxError GetImageInfo(const WebPMuxImage* const wpi,
481 const WebPMuxError err = GetImageInfo(wpi, &x_offset, &y_offset,
  /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)
  /art/compiler/
image_writer.h 85 const ImageInfo& image_info = GetImageInfo(oat_index);
97 const ImageInfo& image_info = GetImageInfo(oat_it->second);
106 return GetImageInfo(oat_index).oat_offset_;
110 return GetImageInfo(oat_index).oat_file_begin_;
123 return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_);
350 const ImageInfo& image_info = GetImageInfo(oat_index);
499 ImageInfo& GetImageInfo(size_t oat_index) {
503 const ImageInfo& GetImageInfo(size_t oat_index) const {
  /art/runtime/
oat_file_assistant.cc 528 const ImageInfo* image_info = GetImageInfo();
582 const ImageInfo* image_info = GetImageInfo();
638 const ImageInfo* image_info = GetImageInfo();
    [all...]
  /external/ImageMagick/MagickCore/
image.c 353 GetImageInfo(image_info);
    [all...]
methods.h 445 #define GetImageInfo PrependMagickMethod(GetImageInfo)
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 872 void CCodec_JpxModule::GetImageInfo(CJPX_Decoder* pDecoder,
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 1855 milliseconds