Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaikuterm.c416 BView_SetHighColor (view, face->box_color); in haiku_draw_box_rect()
509 BView_SetHighColor (view, color_black); in haiku_draw_relief_rect()
520 BView_SetHighColor (view, color_corner); in haiku_draw_relief_rect()
592 BView_SetHighColor (view, dcol); in haiku_draw_text_decoration()
689 BView_SetHighColor (view, dcol); in haiku_draw_text_decoration()
713 BView_SetHighColor (view, dcol); in haiku_draw_text_decoration()
1073 BView_SetHighColor (view, bkg); in haiku_draw_stretch_glyph_string()
1105 BView_SetHighColor (view, bkg); in haiku_draw_stretch_glyph_string()
1917 BView_SetHighColor (view, color); in haiku_draw_window_divider()
1928 BView_SetHighColor (view, color); in haiku_draw_window_divider()
[all …]
H A Dhaikufont.c980 BView_SetHighColor (view, s->hl == DRAW_CURSOR ? in haikufont_draw()
995 BView_SetHighColor (view, FRAME_OUTPUT_DATA (s->f)->cursor_fg); in haikufont_draw()
997 BView_SetHighColor (view, face->foreground); in haikufont_draw()
H A Dhaiku_support.h430 BView_SetHighColor (void *view, uint32_t color);
H A Dhaiku_draw_support.cc69 BView_SetHighColor (void *view, uint32_t color) in BView_SetHighColor() function