ReactOS 0.4.16-dev-1214-gd663eb4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
BOOL FASTCALL GreGetTextExtentExW | ( | _In_ HDC | hDC, |
_In_ PCWCH | String, | ||
_In_ ULONG | Count, | ||
_In_ ULONG | MaxExtent, | ||
_Out_opt_ PULONG | Fit, | ||
_Out_writes_to_opt_(Count, *Fit) PULONG | Dx, | ||
_Out_ PSIZE | pSize, | ||
_In_ FLONG | fl | ||
) |
Definition at line 133 of file text.c.
Referenced by TEXT_Ellipsify(), TEXT_NextLineW(), TEXT_PathEllipsify(), TEXT_WordBreak(), and UserDrawCaptionText().
BOOL FASTCALL GreGetTextExtentW | ( | _In_ HDC | hDC, |
_In_reads_(cwc) PCWCH | lpwsz, | ||
_In_ INT | cwc, | ||
_Out_ PSIZE | psize, | ||
_In_ UINT | flOpts | ||
) |
Definition at line 77 of file text.c.
Referenced by DrawTextExWorker(), IntPaintDesktop(), and TEXT_DrawUnderscore().
Definition at line 191 of file text.c.
Referenced by DrawTextExWorker().
BOOL FASTCALL GreTextOutW | ( | _In_ HDC | hdc, |
_In_ INT | nXStart, | ||
_In_ INT | nYStart, | ||
_In_reads_(cchString) PCWCH | lpString, | ||
_In_ INT | cchString | ||
) |
Functions
Definition at line 60 of file text.c.
Referenced by MENU_DrawPopupGlyph(), UITOOLS95_DFC_ButtonCheckRadio(), UITOOLS95_DrawFrameCaption(), UITOOLS95_DrawFrameMenu(), and UITOOLS95_DrawFrameScroll().
Definition at line 29 of file text.c.
Referenced by GreGetTextMetricsW(), and NtGdiGetTextMetricsW().
Definition at line 204 of file text.c.
Referenced by GdiGetCodePage().
Definition at line 226 of file text.c.
INT APIENTRY NtGdiGetTextCharsetInfo | ( | _In_ HDC | hdc, |
_Out_opt_ LPFONTSIGNATURE | lpSig, | ||
_In_ DWORD | dwFlags | ||
) |
Definition at line 265 of file text.c.
Referenced by GetFontLanguageInfo(), and GetTextCharset().
BOOL APIENTRY NtGdiGetTextExtent | ( | _In_ HDC | hdc, |
_In_reads_(cwc) PCWCH | lpwsz, | ||
_In_ INT | cwc, | ||
_Out_ PSIZE | psize, | ||
_In_ UINT | flOpts | ||
) |
Definition at line 489 of file text.c.
Referenced by GetTextExtentPoint32W(), GetTextExtentPointI(), and GetTextExtentPointW().
W32KAPI BOOL APIENTRY NtGdiGetTextExtentExW | ( | _In_ HDC | hDC, |
_In_reads_opt_(Count) PCWCH | UnsafeString, | ||
_In_ ULONG | Count, | ||
_In_ ULONG | MaxExtent, | ||
_Out_opt_ PULONG | UnsafeFit, | ||
_Out_writes_to_opt_(Count, *UnsafeFit) PULONG | UnsafeDx, | ||
_Out_ PSIZE | UnsafeSize, | ||
_In_ FLONG | fl | ||
) |
Definition at line 324 of file text.c.
W32KAPI INT APIENTRY NtGdiGetTextFaceW | ( | _In_ HDC | hDC, |
_In_ INT | Count, | ||
_Out_writes_to_opt_(Count, return) PWSTR | FaceName, | ||
_In_ BOOL | bAliasName | ||
) |
Definition at line 529 of file text.c.
Referenced by GetTextFaceAliasW(), and GetTextFaceW().
W32KAPI BOOL APIENTRY NtGdiGetTextMetricsW | ( | _In_ HDC | hDC, |
_Out_ PTMW_INTERNAL | pUnsafeTmwi, | ||
_In_ ULONG | cj | ||
) |
Definition at line 588 of file text.c.
Referenced by GetTextMetricsA(), and GetTextMetricsW().
Definition at line 501 of file text.c.