|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include "ros_lpk.h"
Go to the source code of this file.
Macros | |
| #define | PREFIX 38 |
| #define | ALPHA_PREFIX 30 /* Win16: Alphabet prefix */ |
| #define | KANA_PREFIX 31 /* Win16: Katakana prefix */ |
Variables | |
| LPK_LPEDITCONTROL_LIST | LpkEditControl |
Definition at line 115 of file lpk.c.
Referenced by LPK_ApplyMirroring().
Definition at line 161 of file lpk.c.
Referenced by LpkDllInitialize().
Definition at line 66 of file lpk.c.
Referenced by LpkPSMTextOut().
Definition at line 211 of file lpk.c.
| BOOL WINAPI LpkExtTextOut | ( | HDC | hdc, |
| int | x, | ||
| int | y, | ||
| UINT | fuOptions, | ||
| const RECT * | lprc, | ||
| LPCWSTR | lpString, | ||
| UINT | uCount, | ||
| const INT * | lpDx, | ||
| INT | unknown | ||
| ) |
Definition at line 240 of file lpk.c.
| DWORD WINAPI LpkGetCharacterPlacement | ( | HDC | hdc, |
| LPCWSTR | lpString, | ||
| INT | uCount, | ||
| INT | nMaxExtent, | ||
| LPGCP_RESULTSW | lpResults, | ||
| DWORD | dwFlags, | ||
| DWORD | dwUnused | ||
| ) |
Definition at line 312 of file lpk.c.
| BOOL WINAPI LpkGetTextExtentExPoint | ( | HDC | hdc, |
| LPCWSTR | lpString, | ||
| INT | cString, | ||
| INT | nMaxExtent, | ||
| LPINT | lpnFit, | ||
| LPINT | lpnDx, | ||
| LPSIZE | lpSize, | ||
| DWORD | dwUnused, | ||
| int | unknown | ||
| ) |
Definition at line 472 of file lpk.c.
Definition at line 427 of file lpk.c.
Referenced by DrawTest().
Definition at line 22 of file lpk.c.
Referenced by LpkPSMTextOut().
Definition at line 41 of file lpk.c.
Referenced by LpkPSMTextOut().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | bidi | ) |
| LPK_LPEDITCONTROL_LIST LpkEditControl |