Searched refs:GetImageInfo (Results 1 - 9 of 9) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | ImageList.h | 56 bool GetImageInfo(int index, IMAGEINFO* imageInfo) const
in GetImageInfo() function in NWindows::NControl::CImageList
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | muxedit.c | 403 static WebPMuxError GetImageInfo(const WebPMuxImage* const wpi, in GetImageInfo() function 440 const WebPMuxError err = GetImageInfo(wpi, &x_offset, &y_offset, in GetAdjustedCanvasSize()
|
/third_party/backends/backend/ |
H A D | plustek-pp_image.c | 441 ps->GetImageInfo( ps, &pInf->ImgDef ); in imageP98SetupScanSettings() 1143 ps->GetImageInfo( ps, &pInf->ImgDef ); in imageP96SetupScanSettings() 1622 ps->GetImageInfo = imageP98GetInfo; in ImageInitialize() 1628 ps->GetImageInfo = imageP98GetInfo; in ImageInitialize() 1634 ps->GetImageInfo = imageP96GetInfo; in ImageInitialize()
|
H A D | plustek-pp_ptdrv.c | 728 _ASSERT( ps->GetImageInfo ); in ptdrvIoctl() 729 ps->GetImageInfo( ps, &img ); in ptdrvIoctl()
|
H A D | plustek-pp_scandata.h | 403 void (*GetImageInfo) (pScanData, pImgDef pInf ); member
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_stubs_autogen.h | 135 cl_int GetImageInfo(cl_mem image,
|
H A D | entry_points_cl_autogen.cpp | 351 CL_EVENT(GetImageInfo, in clGetImageInfo() 360 ANGLE_CL_VALIDATE_ERROR(GetImageInfo, image, param_namePacked, param_value_size, param_value, in clGetImageInfo() 363 return GetImageInfo(image, param_namePacked, param_value_size, param_value, in clGetImageInfo()
|
H A D | cl_stubs.cpp | 326 cl_int GetImageInfo(cl_mem image, in GetImageInfo() function
|
/third_party/glfw/deps/mingw/ |
H A D | dinput.h | 1981 STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERA lpdiDevImageInfoHeader) PURE; in DECLARE_INTERFACE_() 2027 STDMETHOD(GetImageInfo)(THIS_ LPDIDEVICEIMAGEINFOHEADERW lpdiDevImageInfoHeader) PURE; in DECLARE_INTERFACE_() 2067 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->lpVtbl->GetImageInfo(p,a) 2105 #define IDirectInputDevice8_GetImageInfo(p,a) (p)->GetImageInfo(a)
|
Completed in 21 milliseconds