Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

text.cpp File Reference

#include "winuser.h"
#include "user32.h"
#include "syscolor.h"
#include <winnls.h>
#include "dbglocal.h"

Include dependency graph for text.cpp:

Include dependency graph

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)


Define Documentation

#define DBG_LOCALLOG   DBG_text
 

Definition at line 18 of file text.cpp.


Function Documentation

INT WIN32API DrawTextA HDC    hDC,
LPCSTR    lpString,
INT    nCount,
PRECT    lpRect,
UINT    nFormat
 

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().

INT WIN32API DrawTextW HDC    hDC,
LPCWSTR    lpString,
INT    nCount,
PRECT    lpRect,
UINT    nFormat
 

Definition at line 31 of file text.cpp.

Referenced by DrawCaptionTemp(), and Paint_DrawStateJam().

INT WIN32API DrawTextExA HDC    hdc,
LPCSTR    lpchText,
INT    cchText,
LPRECT    lprc,
UINT    dwDTFormat,
LPDRAWTEXTPARAMS    lpDTParams
 

Definition at line 39 of file text.cpp.

Referenced by STATIC_PaintTextfn().

int WIN32API DrawTextExW HDC    hdc,
LPWSTR    lpchText,
INT    cchText,
LPRECT    lprc,
UINT    dwDTFormat,
LPDRAWTEXTPARAMS    lpDTParams
 

Definition at line 47 of file text.cpp.

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
[static]
 

Definition at line 62 of file text.cpp.

Referenced by GetTabbedTextExtentA(), and TabbedTextOutA().

LONG WINAPI TabbedTextOutA HDC    hdc,
INT    x,
INT    y,
LPCSTR    lpstr,
INT    count,
INT    cTabStops,
INT *    lpTabPos,
INT    nTabOrg
 

Definition at line 139 of file text.cpp.

Referenced by EDIT_PaintLine(), EDIT_PaintText(), LISTBOX_DrawItem(), and TabbedTextOutW().

LONG WINAPI TabbedTextOutW HDC    hdc,
INT    x,
INT    y,
LPCWSTR    str,
INT    count,
INT    cTabStops,
INT *    lpTabPos,
INT    nTabOrg
 

Definition at line 151 of file text.cpp.

DWORD WINAPI GetTabbedTextExtentA HDC    hdc,
LPCSTR    lpstr,
INT    count,
INT    cTabStops,
INT *    lpTabPos
 

Definition at line 173 of file text.cpp.

Referenced by EDIT_BuildLineDefs_ML(), EDIT_CharFromPos(), EDIT_EM_PosFromChar(), and GetTabbedTextExtentW().

DWORD WINAPI GetTabbedTextExtentW HDC    hdc,
LPCWSTR    lpstr,
INT    count,
INT    cTabStops,
INT *    lpTabPos
 

Definition at line 186 of file text.cpp.

BOOL InternalGrayString HDC    hdc,
HBRUSH    hBrush,
GRAYSTRINGPROC    lpOutputFunc,
LPARAM    lpData,
INT    nCount,
INT    x,
INT    y,
INT    nWidth,
INT    nHeight,
BOOL    isUnicode
[static]
 

Definition at line 239 of file text.cpp.

Referenced by GrayStringA(), and GrayStringW().

BOOL WIN32API GrayStringA HDC    hdc,
HBRUSH    hBrush,
GRAYSTRINGPROC    lpOutputFunc,
LPARAM    lpData,
int    nCount,
int    X,
int    Y,
int    nWidth,
int    nHeight
 

Definition at line 316 of file text.cpp.

BOOL WIN32API GrayStringW HDC    hdc,
HBRUSH    hBrush,
GRAYSTRINGPROC    lpOutputFunc,
LPARAM    lpData,
int    nCount,
int    X,
int    Y,
int    nWidth,
int    nHeight
 

Definition at line 324 of file text.cpp.


Generated on Thu Dec 20 00:19:45 2001 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001