|
ReactOS 0.4.16-dev-2274-gc61d98f
|
#include <win32k.h>
Go to the source code of this file.
Functions | |
| SIZE_T | SZZ_GetSize (_In_ PCZZWSTR pszz) |
| VOID | IntRebaseList (_Inout_ PLIST_ENTRY pNewHead, _Inout_ PLIST_ENTRY pOldHead) |
| LONG | IntNormalizeAngle (_In_ LONG nTenthsOfDegrees) |
| LPCWSTR FASTCALL | IntNameFromCharSet (_In_ BYTE CharSet) |
| BYTE | IntCharSetFromLangID (_In_ LANGID LangID) |
| VOID | IntSwapEndian (_Inout_ LPVOID pvData, _In_ DWORD Size) |
| PWSTR | PathFindFileNameW (_In_ PCWSTR pszPath) |
| BOOL | PathIsRelativeW (_In_ LPCWSTR lpszPath) |
| VOID | IntUnicodeStringToBuffer (_Out_ LPWSTR pszBuffer, _In_ SIZE_T cbBuffer, _In_ const UNICODE_STRING *pString) |
| NTSTATUS | IntDuplicateUnicodeString (_In_ PCUNICODE_STRING Source, _Out_ PUNICODE_STRING Destination) |
| VOID FASTCALL | IntEngFillBox (IN OUT PDC dc, IN INT X, IN INT Y, IN INT Width, IN INT Height, IN BRUSHOBJ *BrushObj) |
| VOID APIENTRY | IntEngFillPolygon (IN OUT PDC dc, IN POINTL *pPoints, IN UINT cPoints, IN BRUSHOBJ *BrushObj) |
Variables | |
| UNICODE_STRING | g_FontRegPath |
| POINTL | g_PointZero = { 0, 0 } |
Definition at line 82 of file utils.c.
Referenced by GetFontPenalty().
| NTSTATUS IntDuplicateUnicodeString | ( | _In_ PCUNICODE_STRING | Source, |
| _Out_ PUNICODE_STRING | Destination | ||
| ) |
Definition at line 183 of file utils.c.
| VOID FASTCALL IntEngFillBox | ( | IN OUT PDC | dc, |
| IN INT | X, | ||
| IN INT | Y, | ||
| IN INT | Width, | ||
| IN INT | Height, | ||
| IN BRUSHOBJ * | BrushObj | ||
| ) |
Definition at line 209 of file utils.c.
Referenced by IntExtTextOutW().
| VOID APIENTRY IntEngFillPolygon | ( | IN OUT PDC | dc, |
| IN POINTL * | pPoints, | ||
| IN UINT | cPoints, | ||
| IN BRUSHOBJ * | BrushObj | ||
| ) |
Definition at line 254 of file utils.c.
Referenced by IntExtTextOutW().
Definition at line 54 of file utils.c.
Referenced by IntGdiAddFontResourceSingle().
Definition at line 46 of file utils.c.
Referenced by TextIntGetTextExtentPoint().
| VOID IntRebaseList | ( | _Inout_ PLIST_ENTRY | pNewHead, |
| _Inout_ PLIST_ENTRY | pOldHead | ||
| ) |
Definition at line 30 of file utils.c.
Referenced by FontLink_Chain_Finish(), and FontLink_Chain_Populate().
Definition at line 125 of file utils.c.
Referenced by IntGetFontLocalizedName().
| VOID IntUnicodeStringToBuffer | ( | _Out_ LPWSTR | pszBuffer, |
| _In_ SIZE_T | cbBuffer, | ||
| _In_ const UNICODE_STRING * | pString | ||
| ) |
Definition at line 165 of file utils.c.
Referenced by GetFontFamilyInfoForSubstitutes(), IntPopulateTextObj(), and SubstituteFontRecurse().
Definition at line 15 of file utils.c.
Referenced by FontLink_Chain_LoadReg().
|
extern |
Definition at line 325 of file freetype.c.
| POINTL g_PointZero = { 0, 0 } |
Definition at line 12 of file utils.c.
Referenced by IntEngFillBox(), IntEngFillPolygon(), and IntExtTextOutW().