/reactos/win32ss/user/ntuser/ |
H A D | layered.c | 155 BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, 0 }; in IntUpdateLayeredWindowI() 349 BLENDFUNCTION *pblend, in NtUserUpdateLayeredWindow() 357 BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, 0 }; in NtUserUpdateLayeredWindow() 385 ProbeForRead(pblend, sizeof(BLENDFUNCTION), 1); in NtUserUpdateLayeredWindow()
|
/reactos/modules/rostests/dibtests/alphablend/ |
H A D | alphablend.c | 6 BLENDFUNCTION blendFunction); 158 BLENDFUNCTION BlendFunc; in MainWndProc()
|
/reactos/modules/rostests/dibtests/vbltest/ |
H A D | vbltest.c | 14 BLENDFUNCTION blendFunction); 52 BLENDFUNCTION bfunc; in WndProc()
|
/reactos/modules/rosapps/applications/sysutils/utils/rosperf/ |
H A D | alphablend.c | 71 BLENDFUNCTION BlendFunc = { AC_SRC_OVER, 0, 0, 0 }; in AlphaBlendProc()
|
/reactos/win32ss/gdi/dib/ |
H A D | alphablend.c | 38 BLENDFUNCTION BlendFunc; in DIB_XXBPP_AlphaBlend()
|
H A D | dib24bpp.c | 731 BLENDFUNCTION BlendFunc; in DIB_24BPP_AlphaBlend()
|
H A D | dib32bpp.c | 769 BLENDFUNCTION BlendFunc; in DIB_32BPP_AlphaBlend()
|
H A D | dib16bpp.c | 856 BLENDFUNCTION BlendFunc; in DIB_16BPP_AlphaBlend()
|
/reactos/win32ss/gdi/gdi32/include/wine/ |
H A D | gdi_driver.h | 69 …BOOL (*pAlphaBlend)(PHYSDEV,struct bitblt_coords*,PHYSDEV,struct bitblt_coords*,BLENDFUNCTION); 74 …ITMAPINFO*,const struct gdi_image_bits*,struct bitblt_coords*,struct bitblt_coords*,BLENDFUNCTION);
|
/reactos/sdk/include/psdk/ |
H A D | uxtheme.h | 75 const BLENDFUNCTION *pBlendFunction;
|
H A D | wingdi.h | 2763 } BLENDFUNCTION,*PBLENDFUNCTION,*LPBLENDFUNCTION; typedef 3426 …In_ int, _In_ int, _In_ int, _In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ BLENDFUNCTION); 4309 …In_ int, _In_ int, _In_ int, _In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ BLENDFUNCTION);
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | generated.c | 402 TEST_TYPE_SIZE (BLENDFUNCTION, 4) in test_pack_BLENDFUNCTION() 403 TEST_TYPE_ALIGN (BLENDFUNCTION, 1) in test_pack_BLENDFUNCTION() 404 TEST_FIELD_SIZE (BLENDFUNCTION, BlendOp, 1) in test_pack_BLENDFUNCTION() 405 TEST_FIELD_ALIGN (BLENDFUNCTION, BlendOp, 1) in test_pack_BLENDFUNCTION() 406 TEST_FIELD_OFFSET(BLENDFUNCTION, BlendOp, 0) in test_pack_BLENDFUNCTION() 407 TEST_FIELD_SIZE (BLENDFUNCTION, BlendFlags, 1) in test_pack_BLENDFUNCTION() 408 TEST_FIELD_ALIGN (BLENDFUNCTION, BlendFlags, 1) in test_pack_BLENDFUNCTION() 409 TEST_FIELD_OFFSET(BLENDFUNCTION, BlendFlags, 1) in test_pack_BLENDFUNCTION() 6925 TEST_TYPE_SIZE (BLENDFUNCTION, 4) in test_pack_BLENDFUNCTION() 6926 TEST_TYPE_ALIGN (BLENDFUNCTION, 1) in test_pack_BLENDFUNCTION() [all …]
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | gdi_private.h | 268 …T height_dst,HDC dc_src, INT x_src, INT y_src, INT width_src, INT height_src, BLENDFUNCTION func );
|
H A D | emfdrv.c | 396 BLENDFUNCTION func ) in EMFDRV_AlphaBlend()
|
/reactos/win32ss/user/user32/windows/ |
H A D | window.c | 1768 BLENDFUNCTION *pbl, in UpdateLayeredWindow() 1804 (BLENDFUNCTION *)info->pblend, in UpdateLayeredWindowIndirect()
|
/reactos/dll/cpl/sysdm/ |
H A D | general.c | 34 static const BLENDFUNCTION BlendFunc = {AC_SRC_OVER, 0, 255, AC_SRC_ALPHA};
|
/reactos/base/system/userinit/ |
H A D | livecd.c | 600 static BLENDFUNCTION BlendFunc = {AC_SRC_OVER, 0, 255, AC_SRC_ALPHA}; in OnDrawItem()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | painting.c | 780 _In_ BLENDFUNCTION blendfn) in GdiAlphaBlend()
|
/reactos/win32ss/gdi/gdi32/misc/ |
H A D | misc.c | 304 static const BLENDFUNCTION blendFunc = in UXTHEME_StretchBlt()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 720 BLENDFUNCTION blend = {AC_SRC_OVER, 0, 128, 0}; // 50 % visible in Paint()
|
/reactos/sdk/lib/atl/ |
H A D | atlimage.h | 126 BLENDFUNCTION bf;
|
/reactos/dll/win32/comctl32/ |
H A D | commctrl.c | 1863 BLENDFUNCTION bf; in DrawShadowText()
|
H A D | comctl32_ros.diff | 492 + BLENDFUNCTION bf; 628 int src_x, int src_y, int cx, int cy, BLENDFUNCTION func,
|
/reactos/win32ss/gdi/gdi32/include/ |
H A D | gdi32p.h | 778 BLENDFUNCTION blend_function );
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitblt.c | 26 BLENDFUNCTION BlendFunc, in NtGdiAlphaBlend()
|