Home
last modified time | relevance | path

Searched refs:CFE_AUTOBACKCOLOR (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/riched20/
H A Dwriter.c62 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()
H A Dpaint.c211 && !(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()
H A Dpara.c179 cf.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR; in ME_MakeFirstParagraph()
H A Drichole.c175 { 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()
H A Deditor.c438 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()
/reactos/sdk/include/psdk/
H A Drichedit.h425 #define CFE_AUTOBACKCOLOR CFM_BACKCOLOR macro
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c975 expected_effects = (cf2.dwEffects & ~(CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR)); in test_default_format()
H A Deditor.c784 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()