Searched refs:LPLOGFONTA (Results 1 – 15 of 15) sorted by relevance
/reactos/win32ss/user/user32/include/ |
H A D | immtable.h | 24 DEFINE_IMM_ENTRY(BOOL, ImmGetCompositionFontA, (HIMC hIMC, LPLOGFONTA plf), 0, NONVOID) 26 DEFINE_IMM_ENTRY(BOOL, ImmSetCompositionFontA, (HIMC hIMC, LPLOGFONTA plf), 0, NONVOID)
|
/reactos/win32ss/user/user32/misc/ |
H A D | desktop.c | 103 LogFontW2A(LPLOGFONTA pA, CONST LOGFONTW *pW) in LogFontW2A() 295 LPLOGFONTA plfa = (LPLOGFONTA)pvParam; in RealSystemParametersInfoA()
|
H A D | imm.c | 505 if (!IMM_FN(ImmGetCompositionFontA)(hIMC, (LPLOGFONTA)lParam)) in ImeWnd_OnImeControl() 518 if (!IMM_FN(ImmSetCompositionFontA)(hIMC, (LPLOGFONTA)lParam)) in ImeWnd_OnImeControl()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | utils.c | 375 LogFontW2A(LPLOGFONTA pA, CONST LOGFONTW *pW) in LogFontW2A() 404 LogFontW2A( (LPLOGFONTA)fontA, (CONST LOGFONTW *)fontW ); in EnumLogFontExW2A()
|
H A D | font.c | 447 EnumFontFamiliesExA (HDC hdc, LPLOGFONTA lpLogfont, FONTENUMPROCA lpEnumFontFamExProc, in EnumFontFamiliesExA()
|
/reactos/sdk/include/psdk/ |
H A D | imm.h | 547 BOOL WINAPI ImmGetCompositionFontA(_In_ HIMC hIMC, _Out_ LPLOGFONTA lplf); 550 BOOL WINAPI ImmSetCompositionFontA(_In_ HIMC hIMC, _In_ LPLOGFONTA lplf);
|
H A D | commdlg.h | 264 LPLOGFONTA lpLogFont;
|
H A D | wingdi.h | 1895 } LOGFONTA,*PLOGFONTA,*LPLOGFONTA; typedef
|
/reactos/dll/win32/imm32/ |
H A D | precomp.h | 81 VOID APIENTRY LogFontWideToAnsi(const LOGFONTW *plfW, LPLOGFONTA plfA);
|
H A D | ime.c | 1615 BOOL WINAPI ImmGetCompositionFontA(HIMC hIMC, LPLOGFONTA lplf) in ImmGetCompositionFontA() 1688 BOOL WINAPI ImmSetCompositionFontA(HIMC hIMC, LPLOGFONTA lplf) in ImmSetCompositionFontA()
|
H A D | utils.c | 312 VOID APIENTRY LogFontWideToAnsi(const LOGFONTW *plfW, LPLOGFONTA plfA) in LogFontWideToAnsi()
|
/reactos/modules/rostests/winetests/imm32/ |
H A D | imm32.c | 1798 ret = ImmGetCompositionFontA(imc_bad, (LPLOGFONTA)buffer); in test_InvalidIMC() 1803 ret = ImmGetCompositionFontA(imc_null, (LPLOGFONTA)buffer); in test_InvalidIMC() 1808 ret = ImmGetCompositionFontA(imc_destroy, (LPLOGFONTA)buffer); in test_InvalidIMC()
|
/reactos/win32ss/gdi/gdi32/include/ |
H A D | gdi32p.h | 322 LPLOGFONTA pA,
|
/reactos/dll/win32/comdlg32/ |
H A D | fontdlg.c | 1136 LPLOGFONTA lpLogFonta; in CFn_WMDestroy()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | generated.c | 3920 TEST_TYPE_SIZE (LPLOGFONTA, 8) in test_pack_LPLOGFONTA() 3921 TEST_TYPE_ALIGN (LPLOGFONTA, 8) in test_pack_LPLOGFONTA() 3922 TEST_TARGET_SIZE (LPLOGFONTA, 60) in test_pack_LPLOGFONTA() 3923 TEST_TARGET_ALIGN(LPLOGFONTA, 4) in test_pack_LPLOGFONTA() 10443 TEST_TYPE_SIZE (LPLOGFONTA, 4) in test_pack_LPLOGFONTA() 10444 TEST_TYPE_ALIGN (LPLOGFONTA, 4) in test_pack_LPLOGFONTA() 10445 TEST_TARGET_SIZE (LPLOGFONTA, 60) in test_pack_LPLOGFONTA() 10446 TEST_TARGET_ALIGN(LPLOGFONTA, 4) in test_pack_LPLOGFONTA()
|