#include "winuser.h"
#include "user32.h"
#include "syscolor.h"
#include <winnls.h>
#include "dbglocal.h"
Include dependency graph for text.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_text |
Functions | |
INT WIN32API | DrawTextA (HDC hDC, LPCSTR lpString, INT nCount, PRECT lpRect, UINT nFormat) |
INT WIN32API | DrawTextW (HDC hDC, LPCWSTR lpString, INT nCount, PRECT lpRect, UINT nFormat) |
INT WIN32API | DrawTextExA (HDC hdc, LPCSTR lpchText, INT cchText, LPRECT lprc, UINT dwDTFormat, LPDRAWTEXTPARAMS lpDTParams) |
int WIN32API | DrawTextExW (HDC hdc, LPWSTR lpchText, INT cchText, LPRECT lprc, UINT dwDTFormat, LPDRAWTEXTPARAMS lpDTParams) |
LONG | TEXT_TabbedTextOut (HDC hdc, INT x, INT y, LPCSTR lpstr, INT count, INT cTabStops, const INT16 *lpTabPos16, const INT *lpTabPos32, INT nTabOrg, BOOL fDisplayText) |
LONG WINAPI | TabbedTextOutA (HDC hdc, INT x, INT y, LPCSTR lpstr, INT count, INT cTabStops, INT *lpTabPos, INT nTabOrg) |
LONG WINAPI | TabbedTextOutW (HDC hdc, INT x, INT y, LPCWSTR str, INT count, INT cTabStops, INT *lpTabPos, INT nTabOrg) |
DWORD WINAPI | GetTabbedTextExtentA (HDC hdc, LPCSTR lpstr, INT count, INT cTabStops, INT *lpTabPos) |
DWORD WINAPI | GetTabbedTextExtentW (HDC hdc, LPCWSTR lpstr, INT count, INT cTabStops, INT *lpTabPos) |
BOOL | InternalGrayString (HDC hdc, HBRUSH hBrush, GRAYSTRINGPROC lpOutputFunc, LPARAM lpData, INT nCount, INT x, INT y, INT nWidth, INT nHeight, BOOL isUnicode) |
BOOL WIN32API | GrayStringA (HDC hdc, HBRUSH hBrush, GRAYSTRINGPROC lpOutputFunc, LPARAM lpData, int nCount, int X, int Y, int nWidth, int nHeight) |
BOOL WIN32API | GrayStringW (HDC hdc, HBRUSH hBrush, GRAYSTRINGPROC lpOutputFunc, LPARAM lpData, int nCount, int X, int Y, int nWidth, int nHeight) |
|
|
|
Definition at line 23 of file text.cpp. Referenced by BUTTON_DrawPushButton(), CB_Paint(), DrawCaptionTemp(), DrawDisabledText(), GB_Paint(), ICONTITLE_GetTitlePos(), ICONTITLE_Paint(), MENU_DrawMenuItem(), MSGBOX_OnInit(), and Paint_DrawStateJam().
|
|
Definition at line 31 of file text.cpp. Referenced by DrawCaptionTemp(), and Paint_DrawStateJam().
|
|
Definition at line 39 of file text.cpp. Referenced by STATIC_PaintTextfn().
|
|
|
|
Definition at line 62 of file text.cpp. Referenced by GetTabbedTextExtentA(), and TabbedTextOutA().
|
|
Definition at line 139 of file text.cpp. Referenced by EDIT_PaintLine(), EDIT_PaintText(), LISTBOX_DrawItem(), and TabbedTextOutW().
|
|
|
|
Definition at line 173 of file text.cpp. Referenced by EDIT_BuildLineDefs_ML(), EDIT_CharFromPos(), EDIT_EM_PosFromChar(), and GetTabbedTextExtentW().
|
|
|
|
Definition at line 239 of file text.cpp. Referenced by GrayStringA(), and GrayStringW().
|
|
|
|
|