mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +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,
|
BRUSHOBJ *Brush,
|
||||||
POINTL *BrushOrigin,
|
POINTL *BrushOrigin,
|
||||||
ROP4 rop4);
|
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,
|
XLATEOBJ * STDCALL IntEngCreateXlate(USHORT DestPalType,
|
||||||
USHORT SourcePalType,
|
USHORT SourcePalType,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue