Home
last modified time | relevance | path

Searched refs:pblend (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dlayered.c204 blend = *info->pblend; in IntUpdateLayeredWindowI()
349 BLENDFUNCTION *pblend, in NtUserUpdateLayeredWindow() argument
383 if (pblend) in NtUserUpdateLayeredWindow()
385 ProbeForRead(pblend, sizeof(BLENDFUNCTION), 1); in NtUserUpdateLayeredWindow()
386 blend = *pblend; in NtUserUpdateLayeredWindow()
417 info.pblend = &blend; in NtUserUpdateLayeredWindow()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c1804 (BLENDFUNCTION *)info->pblend, in UpdateLayeredWindowIndirect()
/reactos/win32ss/include/
H A Dntuser.h3500 BLENDFUNCTION *pblend,
/reactos/sdk/include/psdk/
H A Dwinuser.h5531 _In_opt_ BLENDFUNCTION* pblend,
5542 BLENDFUNCTION CONST* pblend; member
/reactos/modules/rostests/winetests/user32/
H A Dwin.c7260 info.pblend = NULL; in test_layered_window()