mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
- [Win32k] Add comments to text functions.
svn path=/trunk/; revision=44312
This commit is contained in:
parent
7d4a441c15
commit
41cbf8aa2b
1 changed files with 23 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
|
||||
/** Functions *****************************************************************/
|
||||
|
||||
/*
|
||||
flOpts :
|
||||
GetTextExtentPoint32W = 0
|
||||
GetTextExtentPointW = 1
|
||||
*/
|
||||
BOOL
|
||||
FASTCALL
|
||||
GreGetTextExtentW(
|
||||
|
@ -65,6 +70,12 @@ GreGetTextExtentW(
|
|||
return Result;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
fl :
|
||||
GetTextExtentExPointW = 0 and everything else that uses this.
|
||||
GetTextExtentExPointI = 1
|
||||
*/
|
||||
BOOL
|
||||
FASTCALL
|
||||
GreGetTextExtentExW(
|
||||
|
@ -235,6 +246,12 @@ NtGdiGetTextCharsetInfo(
|
|||
return Ret;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
fl :
|
||||
GetTextExtentExPointW = 0 and everything else that uses this.
|
||||
GetTextExtentExPointI = 1
|
||||
*/
|
||||
W32KAPI
|
||||
BOOL
|
||||
APIENTRY
|
||||
|
@ -389,6 +406,12 @@ NtGdiGetTextExtentExW(
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
flOpts :
|
||||
GetTextExtentPoint32W = 0
|
||||
GetTextExtentPointW = 1
|
||||
*/
|
||||
BOOL
|
||||
APIENTRY
|
||||
NtGdiGetTextExtent(HDC hdc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue