/reactos/modules/rostests/dibtests/alphablend/ |
H A D | alphablend.c | 4 BOOL WINAPI GdiAlphaBlend(HDC hdcDst, int xDst, int yDst, int widthDst, int heightDst, 174 GdiAlphaBlend(Hdc, 0, 0, bmp.bmWidth, bmp.bmHeight, in MainWndProc() 177 GdiAlphaBlend(Hdc, bmp.bmWidth - 15, 10, bmp.bmWidth / 2, bmp.bmHeight / 2, in MainWndProc() 184 GdiAlphaBlend(Hdc, 140, 200, bmp.bmWidth, bmp.bmHeight, in MainWndProc() 187 GdiAlphaBlend(Hdc, 20, 210, (bmp.bmWidth / 3) * 2, (bmp.bmHeight / 3) * 2, in MainWndProc()
|
/reactos/modules/rostests/dibtests/vbltest/ |
H A D | vbltest.c | 11 BOOL WINAPI GdiAlphaBlend( 90 …GdiAlphaBlend(hdc, x, y, bitmap.bmWidth, bitmap.bmHeight, hdcMem, 0, 0, bitmap.bmWidth, bitmap.bmH… in WndProc() 94 …GdiAlphaBlend(hdc, x, y, bitmap.bmWidth*SCALE, bitmap.bmHeight*SCALE, hdcMem, 0, 0, bitmap.bmWidth… in WndProc()
|
/reactos/dll/win32/msimg32/ |
H A D | msimg32.spec | 2 @ stdcall AlphaBlend(long long long long long long long long long long long) gdi32.GdiAlphaBlend
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | dib.c | 2094 GdiAlphaBlend( hdc, 100, 100, 256, 256, src_dc, 0, 0, 256, 256, blend ); in draw_graphics() 2099 GdiAlphaBlend( hdc, 50, 50, 256, 256, src_dc, 0, 0, 256, 256, blend ); in draw_graphics() 2163 GdiAlphaBlend( hdc, 100, 100, 256, 256, src_dc, 0, 0, 256, 256, blend ); in draw_graphics() 2212 GdiAlphaBlend( hdc, 100, 100, 256, 256, src_dc, 0, 0, 256, 256, blend ); in draw_graphics() 2251 GdiAlphaBlend( hdc, 100, 100, 256, 256, src_dc, 0, 0, 256, 256, blend ); in draw_graphics()
|
/reactos/modules/rostests/apitests/win32u/win32u_2k3sp2/ |
H A D | win32ksvc-2k3sp2.h | 12 SVC_(GdiAlphaBlend, 12)
|
H A D | win32ksvc-2k3sp2-64.h | 131 SVC_(GdiAlphaBlend, 12) // 0x107d
|
/reactos/modules/rostests/apitests/win32u/win32u_xpsp2/ |
H A D | win32ksvc-xp.h | 12 SVC_(GdiAlphaBlend, 12)
|
/reactos/win32ss/ |
H A D | w32ksvc32.h | 13 SVC_(GdiAlphaBlend, 12)
|
H A D | w32ksvc64.h | 131 SVC_(GdiAlphaBlend, 12) // 0x107d
|
/reactos/base/system/userinit/ |
H A D | livecd.c | 603 GdiAlphaBlend(lpDrawItem->hDC, in OnDrawItem()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | painting.c | 769 GdiAlphaBlend( in GdiAlphaBlend() function
|
/reactos/modules/rostests/apitests/win32u/win32u_vista/ |
H A D | w32ksvc64.h | 132 SVC_(GdiAlphaBlend, 12) // 0x107e
|
H A D | w32ksvc32.h | 13 SVC_(GdiAlphaBlend, 12) // 0x1007
|
/reactos/win32ss/gdi/gdi32/misc/ |
H A D | misc.c | 293 #define AlphaBlend GdiAlphaBlend
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 242 242 stdcall GdiAlphaBlend(long long long long long long long long long long long)
|
/reactos/dll/win32/comctl32/ |
H A D | commctrl.c | 1945 …GdiAlphaBlend(hdc, prc->left + ixOffset, prc->top + iyOffset, bi.bmiHeader.biWidth, bi.bmiHeader.b… in DrawShadowText()
|
H A D | comctl32_ros.diff | 570 + /* Now set the color of each pixel to shadow color * alpha (see GdiAlphaBlend) */ 589 + GdiAlphaBlend(hdc, prc->left + ixOffset, prc->top + iyOffset, bi.bmiHeader.biWidth, bi.bmiHead…
|
H A D | imagelist.c | 1409 ret = GdiAlphaBlend( dest_dc, dest_x, dest_y, cx, cy, hdc, 0, 0, cx, cy, func ); in alpha_blend_image()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 2013 …GdiAlphaBlend(hdc, pAlphaBlend->xDest, pAlphaBlend->yDest, pAlphaBlend->cxDest, pAlphaBlend->cyDes… in PlayEnhMetaFileRecord()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 3426 BOOL WINAPI GdiAlphaBlend(_In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ HDC, _In_ int, _In…
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 346 GdiAlphaBlend(graphics->hdc, dst_x, dst_y, dst_width, dst_height, in gdi_alpha_blend()
|