ReactOS 0.4.16-dev-457-g087979e
|
Public Attributes | |
IWICBitmapScaler | IWICBitmapScaler_iface |
LONG | ref |
IMILBitmapScaler | IMILBitmapScaler_iface |
IWICBitmapSource * | source |
UINT | width |
UINT | height |
UINT | src_width |
UINT | src_height |
WICBitmapInterpolationMode | mode |
UINT | bpp |
void(* | fn_get_required_source_rect )(struct BitmapScaler *, UINT, UINT, WICRect *) |
void(* | fn_copy_scanline )(struct BitmapScaler *, UINT, UINT, UINT, BYTE **, UINT, UINT, BYTE *) |
CRITICAL_SECTION | lock |
IMILBitmapScaler BitmapScaler::IMILBitmapScaler_iface |
Definition at line 39 of file scaler.c.
Referenced by impl_from_IMILBitmapScaler().
IWICBitmapScaler BitmapScaler::IWICBitmapScaler_iface |
Definition at line 37 of file scaler.c.
Referenced by impl_from_IWICBitmapScaler().
CRITICAL_SECTION BitmapScaler::lock |
WICBitmapInterpolationMode BitmapScaler::mode |
LONG BitmapScaler::ref |
Definition at line 38 of file scaler.c.
Referenced by BitmapScaler_AddRef(), and BitmapScaler_Release().
IWICBitmapSource* BitmapScaler::source |
Definition at line 40 of file scaler.c.
Referenced by IMILBitmapScaler_GetPixelFormat().