mirror of
https://github.com/reactos/reactos.git
synced 2026-06-24 23:19:12 +08:00
Add NtGdiAlphaBlend prototype.
svn path=/trunk/; revision=18895
This commit is contained in:
@@ -53,6 +53,21 @@ HBITMAP FASTCALL BitmapToSurf(PBITMAPOBJ BitmapObj, HDEV GDIDevice);
|
||||
HBITMAP FASTCALL IntCreateCompatibleBitmap(PDC Dc, INT Width, INT Height);
|
||||
|
||||
/* User Entry Points */
|
||||
BOOL
|
||||
STDCALL
|
||||
NtGdiAlphaBlend(
|
||||
HDC hDCDest,
|
||||
INT XOriginDest,
|
||||
INT YOriginDest,
|
||||
INT WidthDest,
|
||||
INT HeightDest,
|
||||
HDC hDCSrc,
|
||||
INT XOriginSrc,
|
||||
INT YOriginSrc,
|
||||
INT WidthSrc,
|
||||
INT HeightSrc,
|
||||
BLENDFUNCTION BlendFunc);
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
NtGdiBitBlt (
|
||||
|
||||
Reference in New Issue
Block a user