Searched refs:DDBLTFX (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/dxtest/ddraw/Surface/ |
H A D | blt.cpp | 38 DDBLTFX bltfx; in Blt_Test() 45 bltfx.dwSize = sizeof(DDBLTFX); in Blt_Test() 124 DDBLTFX bltfx; in GetBltStatus_Test() 125 bltfx.dwSize = sizeof(DDBLTFX); in GetBltStatus_Test() 143 DDBLTFX bltfx; in Test_Blt() 144 bltfx.dwSize = sizeof(DDBLTFX); in Test_Blt()
|
H A D | private_data.cpp | 38 DDBLTFX bltfx; in Test_PrivateData() 39 bltfx.dwSize = sizeof(DDBLTFX); in Test_PrivateData()
|
/reactos/dll/directx/ddraw/Surface/ |
H A D | surface_main.c | 303 ZeroMemory(&mDdBlt.bltFX, sizeof(DDBLTFX)); in Main_DDrawSurface_Blt() 388 memmove(&mDdBlt.bltFX, lpbltfx, sizeof (DDBLTFX)); in Main_DDrawSurface_Blt() 394 mDdBlt.bltFX.dwSize = sizeof(DDBLTFX); in Main_DDrawSurface_Blt()
|
/reactos/modules/rostests/tests/DxHalTest/ |
H A D | main.c | 622 memset(&mDdBlt.bltFX, 0, sizeof(DDBLTFX)); in WinMain() 623 mDdBlt.bltFX.dwSize = sizeof(DDBLTFX); in WinMain()
|
/reactos/base/applications/dxdiag/ |
H A D | ddtest.c | 324 DDBLTFX DDBlitFx; in DDUpdateFrame()
|
/reactos/dll/directx/wine/ddraw/ |
H A D | surface.c | 1575 IDirectDrawSurface7 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface7_Blt() 1583 DDBLTFX rop_fx; in ddraw_surface7_Blt() 1756 IDirectDrawSurface4 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface4_Blt() 1769 IDirectDrawSurface3 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface3_Blt() 1782 IDirectDrawSurface2 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface2_Blt() 1795 IDirectDrawSurface *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface1_Blt()
|
/reactos/sdk/include/psdk/ |
H A D | ddrawint.h | 274 DDBLTFX bltFX;
|
H A D | ddrawi.h | 853 DDBLTFX bltFX;
|
H A D | ddraw.h | 1317 } DDBLTFX, *LPDDBLTFX; typedef
|
/reactos/modules/rostests/winetests/d3drm/ |
H A D | d3drm.c | 6711 DDBLTFX fx; in clear_depth_surface()
|