Searched refs:COLORREF (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_dwrite.h | 69 COLORREF color, 73 void DWriteContext_FillRect(DWriteContext *ctx, const RECT *rc, COLORREF color); 75 COLORREF color); 76 void DWriteContext_SetPixel(DWriteContext *ctx, int x, int y, COLORREF color);
|
| H A D | gui_dwrite.cpp | 330 ID2D1Brush* SolidBrush(COLORREF color); 333 int x, int y, int w, int h, int cellWidth, COLORREF color, 336 void FillRect(const RECT *rc, COLORREF color); 340 void SetPixel(int x, int y, COLORREF color); 398 COLORREF color; 994 DWriteContext::SolidBrush(COLORREF color) in SolidBrush() 1003 int x, int y, int w, int h, int cellWidth, COLORREF color, in DrawText() 1045 DWriteContext::FillRect(const RECT *rc, COLORREF color) in FillRect() 1090 DWriteContext::SetPixel(int x, int y, COLORREF color) in SetPixel() 1279 COLORREF color, in DWriteContext_DrawText() [all …]
|
| H A D | os_mswin.c | 84 typedef int COLORREF; typedef 1038 static COLORREF 1039 swap_me(COLORREF colorref) in swap_me() 1659 swap_me((COLORREF)bgcol))); in mch_print_set_bg() 1674 swap_me((COLORREF)fgcol))); in mch_print_set_fg()
|
| H A D | os_win32.c | 103 typedef int COLORREF; typedef 262 COLORREF ColorTable[16]; 7909 COLORREF fg, bg; in vtp_init() 7936 bg = (COLORREF)csbi.ColorTable[g_color_index_bg]; in vtp_init() 7937 fg = (COLORREF)csbi.ColorTable[g_color_index_fg]; in vtp_init() 8182 csbi.ColorTable[g_color_index_bg] = (COLORREF)bg; in set_console_color_rgb() 8183 csbi.ColorTable[g_color_index_fg] = (COLORREF)fg; in set_console_color_rgb() 8253 csbi.ColorTable[g_color_index_bg] = (COLORREF)store_console_bg_rgb; in reset_console_color_rgb() 8254 csbi.ColorTable[g_color_index_fg] = (COLORREF)store_console_fg_rgb; in reset_console_color_rgb() 8276 csbi.ColorTable[g_color_index_bg] = (COLORREF)save_console_bg_rgb; in restore_console_color_rgb() [all …]
|
| H A D | gui_w32.c | 287 typedef int COLORREF; typedef 296 static void fill_rect(const RECT *rcp, HBRUSH hbr, COLORREF color); 6048 COLORREF color) in draw_line() 6069 COLORREF color) in set_pixel() 6083 COLORREF color) in fill_rect()
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | simx.h | 75 typedef COLORREF Pixel;
|