Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaikuterm.h232 #define FRAME_CURSOR_COLOR(f) (FRAME_OUTPUT_DATA (f)->cursor_color) macro
H A Dhaikuterm.c445 rgbin = FRAME_CURSOR_COLOR (s->f).pixel; in haiku_calculate_relief_colors()
810 BView_SetHighColor (view, FRAME_CURSOR_COLOR (s->f).pixel); in haiku_draw_plain_background()
1048 BView_SetHighColor (view, FRAME_CURSOR_COLOR (s->f).pixel); in haiku_draw_stretch_glyph_string()
1101 bkg = FRAME_CURSOR_COLOR (s->f).pixel; in haiku_draw_stretch_glyph_string()
1460 BView_SetHighColor (view, FRAME_CURSOR_COLOR (s->f).pixel); in haiku_draw_image_glyph_string()
1757 BView_SetHighColor (view, FRAME_CURSOR_COLOR (f).pixel); in haiku_draw_window_cursor()
2258 col = FRAME_CURSOR_COLOR (XFRAME (WINDOW_FRAME (w))).pixel; in haiku_draw_fringe_bitmap()
H A Dpgtkterm.h437 #define FRAME_CURSOR_COLOR(f) (FRAME_X_OUTPUT (f)->cursor_color) macro
H A Dftcrfont.c569 FRAME_CURSOR_COLOR (s->f).pixel : face->background; in ftcrfont_draw()
H A Dnsterm.h981 #define FRAME_CURSOR_COLOR(f) ((f)->output_data.ns->cursor_color) macro
H A Dhaikufont.c981 FRAME_CURSOR_COLOR (s->f).pixel : face->background); in haikufont_draw()
H A Dhaikufns.c1210 FRAME_CURSOR_COLOR (f) = color; in haiku_set_cursor_color()
H A Dnsterm.m3027 [FRAME_CURSOR_COLOR (f) set];
3591 [FRAME_CURSOR_COLOR (s->f) set];
3714 [FRAME_CURSOR_COLOR (s->f) set];
3759 ns_draw_box (br, thickness, thickness, FRAME_CURSOR_COLOR (s->f), 1, 1);
3782 bgCol = FRAME_CURSOR_COLOR (s->f);
3851 ns_draw_box (r, 1, 1, FRAME_CURSOR_COLOR (s->f), 1, 1);
H A Dnsfns.m333 [FRAME_CURSOR_COLOR (f) release];
334 FRAME_CURSOR_COLOR (f) = [col retain];
H A Dnsfont.m1202 [FRAME_CURSOR_COLOR (s->f) set];
H A Dmacfont.m2931 CGColorRef colorref = get_cgcolor_from_nscolor (FRAME_CURSOR_COLOR (f), f);
H A DChangeLog.1115761 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
/dports/editors/emacs/emacs-27.2/src/
H A Dnsterm.h997 #define FRAME_CURSOR_COLOR(f) ((f)->output_data.ns->cursor_color) macro
H A Dnsterm.m3233 == ns_index_color (FRAME_CURSOR_COLOR (f), f))
3236 hollow_color = FRAME_CURSOR_COLOR (f);
3239 [FRAME_CURSOR_COLOR (f) set];
3253 [FRAME_CURSOR_COLOR (f) set];
3912 [FRAME_CURSOR_COLOR (s->f) set];
3965 ns_draw_box (br, thickness, FRAME_CURSOR_COLOR (s->f), 1, 1);
4114 ns_draw_box (r, 1, FRAME_CURSOR_COLOR (s->f), 1, 1);
H A Dnsfns.m340 [FRAME_CURSOR_COLOR (f) release];
341 FRAME_CURSOR_COLOR (f) = [col retain];
H A DChangeLog.1115761 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.