mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:15:43 +00:00
implement stub for NtGdiPATHOBJ_vGetBounds, NtGdiPATHOBJ_vEnumStart, NtGdiPATHOBJ_vEnumStartClipLines
svn path=/trunk/; revision=28743
This commit is contained in:
parent
8454705d07
commit
f3d89dd0ed
2 changed files with 42 additions and 3 deletions
|
@ -2908,3 +2908,42 @@ NtGdiPATHOBJ_bEnumClipLines(
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
VOID
|
||||||
|
STDCALL
|
||||||
|
NtGdiPATHOBJ_vGetBounds(
|
||||||
|
IN PATHOBJ *ppo,
|
||||||
|
OUT PRECTFX prectfx)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
VOID
|
||||||
|
STDCALL
|
||||||
|
NtGdiPATHOBJ_vEnumStart(
|
||||||
|
IN PATHOBJ *ppo)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
VOID
|
||||||
|
STDCALL
|
||||||
|
NtGdiPATHOBJ_vEnumStartClipLines(
|
||||||
|
IN PATHOBJ *ppo,
|
||||||
|
IN CLIPOBJ *pco,
|
||||||
|
IN SURFOBJ *pso,
|
||||||
|
IN LINEATTRS *pla)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -659,10 +659,10 @@ NtGdiFONTOBJ_cGetAllGlyphHandles 2
|
||||||
# NtGdiSTROBJ_bGetAdvanceWidths 4
|
# NtGdiSTROBJ_bGetAdvanceWidths 4
|
||||||
# NtGdiSTROBJ_vEnumStart 1
|
# NtGdiSTROBJ_vEnumStart 1
|
||||||
# NtGdiSTROBJ_dwGetCodePage 1
|
# NtGdiSTROBJ_dwGetCodePage 1
|
||||||
# NtGdiPATHOBJ_vGetBounds 2
|
NtGdiPATHOBJ_vGetBounds 2
|
||||||
NtGdiPATHOBJ_bEnum 2
|
NtGdiPATHOBJ_bEnum 2
|
||||||
# NtGdiPATHOBJ_vEnumStart 1
|
NtGdiPATHOBJ_vEnumStart 1
|
||||||
# NtGdiPATHOBJ_vEnumStartClipLines 4
|
NtGdiPATHOBJ_vEnumStartClipLines 4
|
||||||
NtGdiPATHOBJ_bEnumClipLines 3
|
NtGdiPATHOBJ_bEnumClipLines 3
|
||||||
# NtGdiGetDhpdev 1
|
# NtGdiGetDhpdev 1
|
||||||
NtGdiEngCheckAbort 1
|
NtGdiEngCheckAbort 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue