mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added declaration of IntEngStretchBlt()
svn path=/trunk/; revision=6910
This commit is contained in:
parent
813825fd27
commit
5d1f3e4b20
1 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,18 @@ BOOL STDCALL IntEngBitBlt(SURFOBJ *DestObj,
|
|||
BRUSHOBJ *Brush,
|
||||
POINTL *BrushOrigin,
|
||||
ROP4 rop4);
|
||||
BOOL STDCALL
|
||||
IntEngStretchBlt(SURFOBJ *DestObj,
|
||||
SURFOBJ *SourceObj,
|
||||
SURFOBJ *Mask,
|
||||
CLIPOBJ *ClipRegion,
|
||||
XLATEOBJ *ColorTranslation,
|
||||
RECTL *DestRect,
|
||||
RECTL *SourceRect,
|
||||
POINTL *pMaskOrigin,
|
||||
BRUSHOBJ *Brush,
|
||||
POINTL *BrushOrigin,
|
||||
ULONG Mode);
|
||||
|
||||
XLATEOBJ * STDCALL IntEngCreateXlate(USHORT DestPalType,
|
||||
USHORT SourcePalType,
|
||||
|
|
Loading…
Reference in a new issue