Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DImageList.h56 bool GetImageInfo(int index, IMAGEINFO* imageInfo) const in GetImageInfo() function
/external/ImageMagick/MagickCore/
Dimage.h560 GetImageInfo(ImageInfo *),
Dmethods.h445 #define GetImageInfo PrependMagickMethod(GetImageInfo) macro
Dimage.c349 GetImageInfo(image_info); in AcquireImageInfo()
1331 MagickExport void GetImageInfo(ImageInfo *image_info) in GetImageInfo() function
/external/opencv3/3rdparty/libwebp/mux/
Dmuxedit.c447 static WebPMuxError GetImageInfo(const WebPMuxImage* const wpi, in GetImageInfo() function
481 const WebPMuxError err = GetImageInfo(wpi, &x_offset, &y_offset, in GetImageCanvasWidthHeight()
/external/ImageMagick/
DMagickshr.opt44 symbol_vector=(GetImageInfo=PROCEDURE)
/external/opencv3/modules/videoio/src/
Dcap_giganetix.cpp443 m_device->GetImageInfo (&imageInfo); in grabImage()
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h338 void GetImageInfo(CJPX_Decoder* pDecoder,
Dfx_codec_jpx_opj.cpp872 void CCodec_JpxModule::GetImageInfo(CJPX_Decoder* pDecoder, in GetImageInfo() function in CCodec_JpxModule
/external/pdfium/core/include/fxcodec/
Dfx_codec.h266 virtual void GetImageInfo(CJPX_Decoder* pDecoder,
/external/ImageMagick/Magick++/lib/
DOptions.cpp36 GetImageInfo(_imageInfo); in Options()
DSTL.cpp790 GetImageInfo(_imageInfo); in ReadOptions()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
Ddinput.h1847 STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERW) PURE; in DECLARE_INTERFACE_() local
1891 STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERA) PURE; in DECLARE_INTERFACE_() local
1939 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->lpVtbl->GetImageInfo(p,a)
1972 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->GetImageInfo(a)
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp695 pJpxModule->GetImageInfo(context->decoder(), &width, &height, &components); in LoadJpxBitmap()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1321 using MagickCore::GetImageInfo;
/external/ImageMagick/coders/
Dpng.c4323 GetImageInfo(color_image_info); in ReadOneJNGImage()
4348 GetImageInfo(alpha_image_info); in ReadOneJNGImage()