Searched refs:text_color (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/riched20/ |
H A D | paint.c | 292 COLORREF text_color = get_text_color( c, run->style, selected ); in draw_space() local 298 old_text = SetTextColor( hdc, text_color ); in draw_space() 306 draw_underline( c, run, x, y - y_offset, text_color ); in draw_space() 332 COLORREF text_color = get_text_color( c, run->style, selected ); in draw_text() local 348 old_text = SetTextColor( c->hDC, text_color ); in draw_text() 361 draw_underline( c, run, x, y, text_color ); in draw_text()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | dib.c | 2776 COLORREF text_color; in draw_text_2() local 2811 text_color = GetTextColor( hdc ); in draw_text_2() 2842 if (g_ptr[x] >= 16) val = text_color; in draw_text_2() 2846 val = aa_colorref( val, text_color, g_ptr[x] ); in draw_text_2() 2862 SetPixel( hdc, g_org.x + x, g_org.y + y, text_color ); in draw_text_2()
|