Searched refs:INIT_LOGFONT (Results 1 – 4 of 4) sorted by relevance
70 if (!(imcLock.get().fdwInit & INIT_LOGFONT)) in InternalSelectEx()80 imcLock.get().fdwInit |= INIT_LOGFONT; in InternalSelectEx()
1634 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()
266 if (pIC->fdwInit & INIT_LOGFONT) in Imm32SelectInputContext()275 if (pIC->fdwInit & INIT_LOGFONT) in Imm32SelectInputContext()
176 #define INIT_LOGFONT 0x00000008 macro