Searched refs:dst_height (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/wine/wined3d/ |
H A D | surface.c | 3394 dst_height = dst_box->bottom - dst_box->top; in surface_cpu_blt() 3416 if (src_height != dst_height || src_width != dst_width) in surface_cpu_blt() 3438 yinc = (src_height << 16) / dst_height; in surface_cpu_blt() 3445 if (dst_height == src_height) in surface_cpu_blt() 3456 for (y = 0; y < dst_height; ++y) in surface_cpu_blt() 3466 sbuf += src_map.row_pitch * dst_height; in surface_cpu_blt() 3467 dbuf += dst_map.row_pitch * dst_height; in surface_cpu_blt() 3468 for (y = 0; y < dst_height; ++y) in surface_cpu_blt() 3478 for (y = 0; y < dst_height; ++y) in surface_cpu_blt() 3501 for (y = sy = 0; y < dst_height; ++y, sy += yinc) in surface_cpu_blt() [all …]
|
/reactos/win32ss/user/user32/windows/ |
H A D | cursoricon.c | 236 static void stretch_blt_icon(HDC hdc_dst, int dst_width, int dst_height, HBITMAP src) in stretch_blt_icon() argument 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/dll/win32/gdiplus/ |
H A D | graphics.c | 326 …tic void gdi_alpha_blend(GpGraphics *graphics, INT dst_x, INT dst_y, INT dst_width, INT dst_height, in gdi_alpha_blend() argument 334 StretchBlt(graphics->hdc, dst_x, dst_y, dst_width, dst_height, in gdi_alpha_blend() 346 GdiAlphaBlend(graphics->hdc, dst_x, dst_y, dst_width, dst_height, in gdi_alpha_blend()
|