Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc554 #define GUI_TO_RGB(g) { (char_u)((g) >> 16), (char_u)((g) >> 8), (char_u)((g) >> 0), 255 } macro
1198 rgb_color rgb = GUI_TO_RGB(gui.back_pixel); in Draw()
3378 rgb_color rgb = GUI_TO_RGB(gui.back_pixel); in gui_mch_new_colors()
4067 rgb_color rgb = GUI_TO_RGB(color); in gui_mch_set_fg_color()
4081 rgb_color rgb = GUI_TO_RGB(color); in gui_mch_set_bg_color()
4944 rgb_color rgb = GUI_TO_RGB(pixel); in gui_mch_get_rgb()