Home
last modified time | relevance | path

Searched refs:hdc_dst (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dcursoricon.c236 static void stretch_blt_icon(HDC hdc_dst, int dst_width, int dst_height, HBITMAP src) in stretch_blt_icon() argument
255 info->bmiHeader.biPlanes = GetDeviceCaps( hdc_dst, PLANES ); in stretch_blt_icon()
256 info->bmiHeader.biBitCount = GetDeviceCaps( hdc_dst, BITSPIXEL ); in stretch_blt_icon()
265 StretchDIBits( hdc_dst, 0, 0, dst_width, dst_height, in stretch_blt_icon()
273 … StretchBlt( hdc_dst, 0, 0, dst_width, dst_height, hdc, 0, 0, bm.bmWidth, bm.bmHeight, SRCCOPY ); in stretch_blt_icon()
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h701 extern BOOL METADC_BitBlt( HDC hdc_dst, INT x_dst, INT y_dst, INT width, INT height,
767 extern BOOL METADC_StretchBlt( HDC hdc_dst, INT x_dst, INT y_dst, INT width_dst, INT height_dst,
/reactos/win32ss/gdi/gdi32/wine/
H A Dmetadc.c807 BOOL METADC_StretchBlt( HDC hdc_dst, INT x_dst, INT y_dst, INT width_dst, INT height_dst, in METADC_StretchBlt() argument
811 return metadc_stretchblt( hdc_dst, x_dst, y_dst, width_dst, height_dst, in METADC_StretchBlt()