implement stub for NtGdiIcmBrushInfo, NtGdiInit, NtGdiMakeFontDir, NtGdiMakeInfoDC, NtGdiMonoBitmap, NtGdiMoveTo

svn path=/trunk/; revision=28764
This commit is contained in:
Magnus Olsen 2007-09-02 10:50:25 +00:00
parent d0fb82d2cf
commit 245a9fc0b7
2 changed files with 93 additions and 6 deletions

View file

@ -3326,3 +3326,90 @@ NtGdiGetWidthTable(
return FALSE;
}
/*
* @unimplemented
*/
BOOL
STDCALL
NtGdiIcmBrushInfo(
IN HDC hdc,
IN HBRUSH hbrush,
IN OUT PBITMAPINFO pbmiDIB,
IN OUT PVOID pvBits,
IN OUT ULONG *pulBits,
OUT OPTIONAL DWORD *piUsage,
OUT OPTIONAL BOOL *pbAlreadyTran,
IN ULONG Command)
{
UNIMPLEMENTED;
return FALSE;
}
/*
* @unimplemented
*/
BOOL
STDCALL
NtGdiInit()
{
UNIMPLEMENTED;
return FALSE;
}
/*
* @unimplemented
*/
ULONG
STDCALL
NtGdiMakeFontDir(
IN FLONG flEmbed,
OUT PBYTE pjFontDir,
IN unsigned cjFontDir,
IN LPWSTR pwszPathname,
IN unsigned cjPathname)
{
UNIMPLEMENTED;
return 0;
}
/*
* @unimplemented
*/
BOOL
STDCALL
NtGdiMakeInfoDC(
IN HDC hdc,
IN BOOL bSet)
{
UNIMPLEMENTED;
return FALSE;
}
/*
* @unimplemented
*/
BOOL
STDCALL
NtGdiMonoBitmap(
IN HBITMAP hbm)
{
UNIMPLEMENTED;
return FALSE;
}
/*
* @unimplemented
*/
BOOL
STDCALL
NtGdiMoveTo(
IN HDC hdc,
IN INT x,
IN INT y,
OUT OPTIONAL LPPOINT pptOut)
{
UNIMPLEMENTED;
return FALSE;
}

View file

@ -225,18 +225,18 @@ NtGdiGetFontUnicodeRanges 2
NtGdiGetWidthTable 7
NtGdiGradientFill 6
NtGdiHfontCreate 5
# NtGdiIcmBrushInfo 8
# NtGdiInit 0
NtGdiIcmBrushInfo 8
NtGdiInit 0
NtGdiInitSpool 0
NtGdiIntersectClipRect 5
NtGdiInvertRgn 2
NtGdiLineTo 3
# NtGdiMakeFontDir 5
# NtGdiMakeInfoDC 2
NtGdiMakeFontDir 5
NtGdiMakeInfoDC 2
NtGdiMaskBlt 13
NtGdiModifyWorldTransform 3
# NtGdiMonoBitmap 1
# NtGdiMoveTo 4
NtGdiMonoBitmap 1
NtGdiMoveTo 4
NtGdiOffsetClipRgn 3
NtGdiOffsetRgn 3
NtGdiOpenDCW 7