ReactOS 0.4.16-dev-297-gc569aee
|
#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 */ |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (bidi) | |
static int | PSM_FindLastPrefix (LPCWSTR str, int count) |
static void | PSM_PrepareToDraw (LPCWSTR str, INT count, LPWSTR new_str, LPINT new_count) |
static void | LPK_DrawUnderscore (HDC hdc, int x, int y, LPCWSTR str, int count, int offset) |
static void | LPK_ApplyMirroring () |
BOOL WINAPI | LpkDllInitialize (_In_ HANDLE hDll, _In_ ULONG dwReason, _In_opt_ PVOID pReserved) |
BOOL WINAPI | LpkExtTextOut (HDC hdc, int x, int y, UINT fuOptions, const RECT *lprc, LPCWSTR lpString, UINT uCount, const INT *lpDx, INT unknown) |
DWORD WINAPI | LpkGetCharacterPlacement (HDC hdc, LPCWSTR lpString, INT uCount, INT nMaxExtent, LPGCP_RESULTSW lpResults, DWORD dwFlags, DWORD dwUnused) |
INT WINAPI | LpkPSMTextOut (HDC hdc, int x, int y, LPCWSTR lpString, int cString, DWORD dwFlags) |
BOOL WINAPI | LpkGetTextExtentExPoint (HDC hdc, LPCWSTR lpString, INT cString, INT nMaxExtent, LPINT lpnFit, LPINT lpnDx, LPSIZE lpSize, DWORD dwUnused, int unknown) |
Variables | |
LPK_LPEDITCONTROL_LIST | LpkEditControl |
|
static |
Definition at line 121 of file lpk.c.
Referenced by LpkDllInitialize().
Definition at line 66 of file lpk.c.
Referenced by LpkPSMTextOut().
Definition at line 164 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 193 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 265 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 425 of file lpk.c.
Definition at line 380 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 |