ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
BOOL FASTCALL GreGetTextExtentExW | ( | HDC | hDC, |
LPCWSTR | String, | ||
ULONG | Count, | ||
ULONG | MaxExtent, | ||
PULONG | Fit, | ||
PULONG | Dx, | ||
LPSIZE | pSize, | ||
FLONG | fl | ||
) |
Definition at line 135 of file text.c.
Referenced by TEXT_Ellipsify(), TEXT_NextLineW(), TEXT_PathEllipsify(), TEXT_WordBreak(), and UserDrawCaptionText().
Definition at line 78 of file text.c.
Referenced by DrawTextExWorker(), IntPaintDesktop(), and TEXT_DrawUnderscore().
Definition at line 193 of file text.c.
Referenced by DrawTextExWorker().
Functions
Definition at line 61 of file text.c.
Referenced by MENU_DrawPopupGlyph(), UITOOLS95_DFC_ButtonCheckRadio(), UITOOLS95_DrawFrameCaption(), UITOOLS95_DrawFrameMenu(), and UITOOLS95_DrawFrameScroll().
VOID FASTCALL IntTMWFixUp | ( | HDC | hDC, |
TMW_INTERNAL * | ptm | ||
) |
Definition at line 30 of file text.c.
Referenced by GreGetTextMetricsW(), and NtGdiGetTextMetricsW().
Definition at line 206 of file text.c.
Definition at line 228 of file text.c.
INT APIENTRY NtGdiGetTextCharsetInfo | ( | IN HDC | hdc, |
OUT OPTIONAL LPFONTSIGNATURE | lpSig, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 267 of file text.c.
W32KAPI BOOL APIENTRY NtGdiGetTextExtentExW | ( | IN HDC | hDC, |
IN OPTIONAL LPWSTR | UnsafeString, | ||
IN ULONG | Count, | ||
IN ULONG | MaxExtent, | ||
OUT OPTIONAL PULONG | UnsafeFit, | ||
OUT OPTIONAL PULONG | UnsafeDx, | ||
OUT LPSIZE | UnsafeSize, | ||
IN FLONG | fl | ||
) |
Definition at line 326 of file text.c.
W32KAPI INT APIENTRY NtGdiGetTextFaceW | ( | IN HDC | hDC, |
IN INT | Count, | ||
OUT OPTIONAL LPWSTR | FaceName, | ||
IN BOOL | bAliasName | ||
) |
Definition at line 530 of file text.c.
W32KAPI BOOL APIENTRY NtGdiGetTextMetricsW | ( | IN HDC | hDC, |
OUT TMW_INTERNAL * | pUnsafeTmwi, | ||
IN ULONG | cj | ||
) |
Definition at line 590 of file text.c.
Referenced by GetTextMetricsA(), and GetTextMetricsW().
Definition at line 503 of file text.c.