Searched refs:IMILBitmapSource (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | wincodecs_private.h | 53 #define INTERFACE IMILBitmapSource 54 DECLARE_INTERFACE_(IMILBitmapSource,IUnknown) in DECLARE_INTERFACE_() argument 70 DECLARE_INTERFACE_(IMILBitmap,IMILBitmapSource) in DECLARE_INTERFACE_() argument 93 DECLARE_INTERFACE_(IMILBitmapScaler,IMILBitmapSource) in DECLARE_INTERFACE_() argument 107 …STDMETHOD_(HRESULT,Initialize)(THIS_ IMILBitmapSource *,UINT,UINT,WICBitmapInterpolationMode) PURE; in DECLARE_INTERFACE_()
|
H A D | scaler.c | 425 IMILBitmapSource *source; in IMILBitmapScaler_GetPixelFormat() 480 IMILBitmapSource *mil_source, UINT width, UINT height, in IMILBitmapScaler_Initialize()
|
/reactos/modules/rostests/winetests/windowscodecs/ |
H A D | bitmap.c | 54 #define INTERFACE IMILBitmapSource 55 DECLARE_INTERFACE_(IMILBitmapSource,IUnknown) in DECLARE_INTERFACE_() argument 70 DECLARE_INTERFACE_(IMILBitmap,IMILBitmapSource) in DECLARE_INTERFACE_() argument 92 DECLARE_INTERFACE_(IMILBitmapScaler,IMILBitmapSource) in DECLARE_INTERFACE_() argument 106 STDMETHOD_(HRESULT,Initialize)(THIS_ IMILBitmapSource *,UINT,UINT,WICBitmapInterpolationMode); in DECLARE_INTERFACE_() 1343 IMILBitmapSource *mil_source; in test_IMILBitmap()
|