ReactOS 0.4.16-dev-59-gd481587
|
Go to the source code of this file.
Classes | |
struct | tag_ellipsis_data |
Macros | |
#define | assert(e) ((e) ? (void)0 : _font_assert(#e, __FILE__, __LINE__)) |
#define | TAB 9 |
#define | LF 10 |
#define | CR 13 |
#define | SPACE 32 |
#define | PREFIX 38 |
#define | ALPHA_PREFIX 30 /* Win16: Alphabet prefix */ |
#define | KANA_PREFIX 31 /* Win16: Katakana prefix */ |
#define | FORWARD_SLASH '/' |
#define | BACK_SLASH '\\' |
#define | MAX_BUFFER 1024 |
Typedefs | |
typedef struct tag_ellipsis_data | ellipsis_data |
Variables | |
static const WCHAR | ELLIPSISW [] = {'.','.','.', 0} |
static const WCHAR | KinsokuClassA [] |
typedef struct tag_ellipsis_data ellipsis_data |
Definition at line 54 of file text.c.
INT WINAPI DrawTextExWorker | ( | HDC | hdc, |
LPWSTR | str, | ||
INT | i_count, | ||
LPRECT | rect, | ||
UINT | flags, | ||
LPDRAWTEXTPARAMS | dtp | ||
) |
Definition at line 1071 of file text.c.
Referenced by DrawTextExW(), and DrawTextW().
FORCEINLINE BOOL IsCJKT | ( | WCHAR | wch | ) |
Definition at line 335 of file text.c.
Referenced by TEXT_WordBreak().
|
static |
Definition at line 894 of file text.c.
Referenced by DrawTextExWorker().
|
static |
Definition at line 159 of file text.c.
Referenced by TEXT_NextLineW().
|
static |
Definition at line 666 of file text.c.
Referenced by DrawTextExWorker().
|
static |
Definition at line 265 of file text.c.
Referenced by TEXT_NextLineW().
Definition at line 588 of file text.c.
Referenced by TEXT_NextLineW().
|
static |
Definition at line 540 of file text.c.
Referenced by TEXT_NextLineW().
|
static |
Definition at line 426 of file text.c.
Referenced by TEXT_NextLineW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | text | ) |
Definition at line 120 of file text.c.
Referenced by TEXT_Ellipsify(), and TEXT_PathEllipsify().
Definition at line 353 of file text.c.
Referenced by TEXT_WordBreak().