Searched refs:ITextHost_TxGetSysColor (Results 1 – 3 of 3) sorted by relevance
193 color = ITextHost_TxGetSysColor( c->editor->texthost, COLOR_HIGHLIGHTTEXT ); in get_text_color()197 color = ITextHost_TxGetSysColor( c->editor->texthost, COLOR_WINDOWTEXT ); in get_text_color()209 color = ITextHost_TxGetSysColor( c->editor->texthost, COLOR_HIGHLIGHT ); in get_back_color()214 color = ITextHost_TxGetSysColor( c->editor->texthost, COLOR_WINDOW ); in get_back_color()288 back_color = ITextHost_TxGetSysColor( c->editor->texthost, COLOR_HIGHLIGHT ); in draw_space()623 pencr = ITextHost_TxGetSysColor(c->editor->texthost, in ME_DrawParaDecoration()
312 #define ITextHost_TxGetSysColor(This,a) TXTHOST_VTABLE(This)->TxGetSysColor(This,a) macro
3948 else lColor = ITextHost_TxGetSysColor(editor->texthost, COLOR_WINDOW); in ME_HandleMessage()