Searched refs:CFE_AUTOBACKCOLOR (Results 1 – 8 of 8) sorted by relevance
62 pStream->cur_fmt.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR; in ME_StreamOutInit()331 if (fmt->dwMask & CFM_BACKCOLOR && !(fmt->dwEffects & CFE_AUTOBACKCOLOR)) in ME_StreamOutRTFFontAndColorTbl()766 if ((old_fmt->dwEffects ^ fmt->dwEffects) & CFE_AUTOBACKCOLOR || in ME_StreamOutRTFCharProps()767 (!(fmt->dwEffects & CFE_AUTOBACKCOLOR) && old_fmt->crBackColor != fmt->crBackColor)) in ME_StreamOutRTFCharProps()769 if (fmt->dwEffects & CFE_AUTOBACKCOLOR) i = 0; in ME_StreamOutRTFCharProps()
211 && !(style->fmt.dwEffects & CFE_AUTOBACKCOLOR) ) in get_back_color()339 && !(CFE_AUTOBACKCOLOR & run->style->fmt.dwEffects) ) in draw_text()408 if (!(run->style->fmt.dwEffects & CFE_AUTOBACKCOLOR) in ME_DrawTextWithStyle()
179 cf.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR; in ME_MakeFirstParagraph()
175 { CFM_BACKCOLOR, CFE_AUTOBACKCOLOR },474 value->l = fmt.dwEffects & CFE_AUTOBACKCOLOR ? GetSysColor(COLOR_WINDOW) : fmt.crBackColor; in get_textfont_prop_for_pos()606 fmt.dwEffects |= CFE_AUTOBACKCOLOR; in textrange_set_font()
438 fmt.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR; in ME_RTFCharAttrHook()498 fmt.dwEffects = CFE_AUTOBACKCOLOR; in ME_RTFCharAttrHook()505 fmt.dwEffects = CFE_AUTOBACKCOLOR; in ME_RTFCharAttrHook()
425 #define CFE_AUTOBACKCOLOR CFM_BACKCOLOR macro
975 expected_effects = (cf2.dwEffects & ~(CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR)); in test_default_format()
784 expect_effects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR; in test_EM_SETCHARFORMAT()8779 ok( (cf.dwEffects & (CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR)) == 0, "got %08x\n", cf.dwEffects ); in test_rtf()