Home
last modified time | relevance | path

Searched refs:INIT_LOGFONT (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/ime/msctfime/
H A Dmsctfime.cpp70 if (!(imcLock.get().fdwInit & INIT_LOGFONT)) in InternalSelectEx()
80 imcLock.get().fdwInit |= INIT_LOGFONT; in InternalSelectEx()
/reactos/dll/win32/imm32/
H A Dime.c1634 if (pIC->fdwInit & INIT_LOGFONT) in ImmGetCompositionFontA()
1671 if (pIC->fdwInit & INIT_LOGFONT) in ImmGetCompositionFontW()
1731 pIC->fdwInit |= INIT_LOGFONT; in ImmSetCompositionFontA()
1787 pIC->fdwInit |= INIT_LOGFONT; in ImmSetCompositionFontW()
H A Dimm.c266 if (pIC->fdwInit & INIT_LOGFONT) in Imm32SelectInputContext()
275 if (pIC->fdwInit & INIT_LOGFONT) in Imm32SelectInputContext()
/reactos/sdk/include/ddk/
H A Dimmdev.h176 #define INIT_LOGFONT 0x00000008 macro