Searched refs:background_pixel (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/emacs-93/emacs/src/
H A Dmsdos.h95 PIX_TYPE background_pixel; /* used in xfaces.c and lots of other places */
107 #define FRAME_BACKGROUND_PIXEL(f) (the_only_x_display.background_pixel)
94 PIX_TYPE background_pixel; /* used in xfaces.c and lots of other places */ member in struct:x_output
H A Dw32term.h279 PIX_TYPE background_pixel;
413 #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
595 w32_fill_rect (f,hdc,f->output_data.x->background_pixel,lprect)
598 w32_fill_area (f,hdc,f->output_data.x->background_pixel,px,py,nx,ny)
275 PIX_TYPE background_pixel; member in struct:x_output
H A Dwidget.c605 gc_values.background = ew->core.background_pixel;
616 gc_values.foreground = ew->core.background_pixel;
628 gc_values.foreground = ew->core.background_pixel;
662 ew->core.background_pixel = x->background_pixel;
812 || (cur->core.background_pixel
813 != new->core.background_pixel)
H A Dmacterm.h222 unsigned long background_pixel;
353 #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
221 unsigned long background_pixel; member in struct:x_output
H A Dframe.h83 PIX_TYPE background_pixel;
91 #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
81 PIX_TYPE background_pixel; member in struct:x_output
H A Dxfns.c903 unload_color (f, x->background_pixel);
904 x->background_pixel = bg;
952 unsigned long mask_color = x->background_pixel;
1101 fore_pixel = x->background_pixel;
1107 if (pixel == x->background_pixel)
1123 fore_pixel = x->background_pixel;
2752 attributes.background_pixel = f->output_data.x->background_pixel;
2941 gc_values.background = f->output_data.x->background_pixel;
2950 gc_values.foreground = f->output_data.x->background_pixel;
[all...]
H A Dxterm.h539 unsigned long background_pixel;
535 unsigned long background_pixel; member in struct:x_output
H A Dmsdos.c514 ^ the_only_x_display.background_pixel)
2536 the_only_x_display.background_pixel = 7; /* White */
2554 the_only_x_display.background_pixel = colors[1];
H A Dxterm.c2918 ^ f->output_data.x->background_pixel);
4765 a.background_pixel = f->output_data.x->scroll_bar_background_pixel;
4766 if (a.background_pixel == -1)
4767 a.background_pixel = f->output_data.x->background_pixel;
9366 unload_color (f, f->output_data.x->background_pixel);
H A Dframe.c534 && f->output_data.x->background_pixel == 0
537 f->output_data.x->background_pixel = FACE_TTY_DEFAULT_BG_COLOR;
H A Dmacfns.c1378 unsigned long mask_color = x->background_pixel;
2417 f->output_data.x->background_pixel,
H A Dgtkutil.c871 xg_pix_to_gcolor (wfixed, f->output_data.x->background_pixel, &bg);
/macosx-10.10/tcl-105/tk84/tk/win/
H A Dstubs.c277 XSetWindowBackground(display, w, background_pixel)
280 unsigned long background_pixel;
H A DtkWinWindow.c717 brush = CreateSolidBrush(winPtr->atts.background_pixel);
/macosx-10.10/vim-55/src/
H A Dgui_xmebw.c342 &eb->core.background_pixel,
349 color[0].pixel = eb->core.background_pixel;
350 color[1].pixel = eb->core.background_pixel;
351 color[2].pixel = eb->core.background_pixel;
353 color[4].pixel = eb->core.background_pixel;
389 XSetForeground(dpy, gc, eb->core.background_pixel);
413 XSetForeground(dpy, gc, eb->core.background_pixel);
428 XSetForeground(dpy, gc, eb->core.background_pixel);
451 XSetForeground(dpy, gc, eb->core.background_pixel);
1139 if (NOT_EQUAL(core.background_pixel))
[all...]
H A Dgui_at_sb.c494 gcValues.background = sbw->core.background_pixel;
589 sbw->core.background_pixel != dsbw->core.background_pixel ||
H A Dgui_motif.c368 values.background = lw->core.background_pixel;
384 values.background = lw->core.background_pixel;
/macosx-10.10/tcl-105/tk/tk/win/
H A Dstubs.c279 unsigned long background_pixel)
276 XSetWindowBackground( Display *display, Window w, unsigned long background_pixel) argument
H A DtkWinWindow.c714 brush = CreateSolidBrush(winPtr->atts.background_pixel);
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dxlwmenu.c1254 xswa.background_pixel = mw->core.background_pixel;
1539 xgcv.background = mw->core.background_pixel;
1545 xgcv.background = mw->core.background_pixel;
1551 if (BRIGHTNESS(mw->menu.foreground) < BRIGHTNESS(mw->core.background_pixel))
1563 || mw->core.background_pixel == mw->menu.disabled_foreground)
1580 xgcv.background = mw->core.background_pixel;
1586 xgcv.foreground = mw->core.background_pixel;
1627 mw->menu.top_shadow_color = mw->core.background_pixel;
1636 if (mw->menu.top_shadow_color == mw->core.background_pixel ||
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DX11Helper.cpp203 attribute.background_pixel = WhitePixel(display, 0);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkWindow.c77 0, /* background_pixel */
1977 winPtr->atts.background_pixel = attsPtr->background_pixel;
2036 winPtr->atts.background_pixel = pixel;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkWindow.c83 0, /* background_pixel */
1995 winPtr->atts.background_pixel = attsPtr->background_pixel;
2054 winPtr->atts.background_pixel = pixel;
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXlib.h259 unsigned long background_pixel; /* background pixel */ member in struct:__anon13683
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXlib.h268 unsigned long background_pixel; /* background pixel */ member in struct:__anon13862

Completed in 240 milliseconds

12