add stub for NtGdiEngPlgBlt, NtGdiEngMarkBandingSurface, NtGdiEngFillPath, NtGdiEngPaint, NtGdiEngLineTo, NtGdiEngGradientFill, NtGdiEngStretchBltROP

svn path=/trunk/; revision=28532
This commit is contained in:
Magnus Olsen 2007-08-24 22:24:26 +00:00
parent 71b085c651
commit fa0d1f8d20
2 changed files with 58 additions and 7 deletions

View file

@ -1542,3 +1542,54 @@ NtGdiEngEraseSurface(SURFOBJ *Surface,
return FALSE;
}
/*
* @unimplemented
*/
BOOL STDCALL
NtGdiEngFillPath(SURFOBJ *pso,PATHOBJ *ppo,CLIPOBJ *pco,BRUSHOBJ *pbo,POINTL *pptlBrushOrg,MIX mix,FLONG flOptions)
{
UNIMPLEMENTED;
return FALSE;
}
BOOL STDCALL
EngGradientFill(SURFOBJ *psoDest,CLIPOBJ *pco,XLATEOBJ *pxlo,TRIVERTEX *pVertex,ULONG nVertex,PVOID pMesh,ULONG nMesh,RECTL *prclExtents,POINTL *pptlDitherOrg,ULONG ulMode)
{
UNIMPLEMENTED;
return FALSE;
}
BOOL STDCALL
NtGdiEngLineTo(SURFOBJ *Surface,
CLIPOBJ *Clip,
BRUSHOBJ *Brush,
LONG x1,
LONG y1,
LONG x2,
LONG y2,
RECTL *RectBounds,
MIX mix)
{
UNIMPLEMENTED;
return FALSE;
}
/*
* @unimplemented
*/
BOOL STDCALL
NtGdiEngMarkBandingSurface(HSURF hsurf)
{
UNIMPLEMENTED;
return FALSE;
}

View file

@ -619,18 +619,18 @@ NtGdiEngEraseSurface 3
NtGdiEngLockSurface 1
NtGdiEngBitBlt 11
NtGdiEngStretchBlt 11
# NtGdiEngPlgBlt 11
# NtGdiEngMarkBandingSurface 1
NtGdiEngPlgBlt 11
NtGdiEngMarkBandingSurface 1
NtGdiEngStrokePath 8
# NtGdiEngFillPath 7
NtGdiEngFillPath 7
NtGdiEngStrokeAndFillPath 10
# NtGdiEngPaint 5
# NtGdiEngLineTo 9
NtGdiEngPaint 5
NtGdiEngLineTo 9
NtGdiEngAlphaBlend 7
# NtGdiEngGradientFill 10
NtGdiEngGradientFill 10
NtGdiEngTransparentBlt 8
NtGdiEngTextOut 10
# NtGdiEngStretchBltROP 13
NtGdiEngStretchBltROP 13
# NtGdiXLATEOBJ_cGetPalette 4
# NtGdiXLATEOBJ_iXlate 2
# NtGdiXLATEOBJ_hGetColorTransform 1