|
ReactOS 0.4.17-dev-470-gf9e3448
|

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 1075 of file text.c.
Referenced by DrawTextExW(), and DrawTextW().
| FORCEINLINE BOOL IsCJKT | ( | WCHAR | wch | ) |
Definition at line 339 of file text.c.
Referenced by TEXT_WordBreak().
|
static |
Definition at line 898 of file text.c.
Referenced by DrawTextExWorker().
|
static |
Definition at line 159 of file text.c.
Referenced by TEXT_NextLineW().
|
static |
Definition at line 670 of file text.c.
Referenced by DrawTextExWorker().
|
static |
Definition at line 265 of file text.c.
Referenced by TEXT_NextLineW().
Definition at line 592 of file text.c.
Referenced by TEXT_NextLineW().
|
static |
Definition at line 544 of file text.c.
Referenced by TEXT_NextLineW().
|
static |
Definition at line 430 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 357 of file text.c.
Referenced by TEXT_WordBreak().