Home
last modified time | relevance | path

Searched refs:text_bg (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dos/
H A Dbctext.c38 byte text_bg = 0; variable
157 scrn_bg = text_bg; in switch_scrn_attr()
277 text_bg = (user_reverse_bg != -1) ? user_reverse_bg : fg; in adjust_style()
280 text_bg = bg; in adjust_style()
285 if (display == _MONO_ && text_bg == BLACK) in adjust_style()
390 if (text_bg == BLACK) in write_pattern()
392 if (text_bg == WHITE) in write_pattern()
394 if (text_fg != text_bg) in write_pattern()
400 *screen++ = (val & i) ? text_fg : text_bg; in write_pattern()
406 asm mov ch, text_bg in write_pattern()
[all …]
H A Dbcfrotz.h59 extern byte text_bg;
/dports/japanese/ng/ng-1.4.4/sys/amiga/
H A Dtty.c68 text_bg = TEXT_BG + 40, variable
75 #define text_bg (TEXT_BG + 40) macro
159 asciiparm(text_bg); in tteeop()
409 text_bg = n + 40; in textbackground()
482 asciiparm(text_bg);
/dports/japanese/ng-canna/ng-1.4.4/sys/amiga/
H A Dtty.c68 text_bg = TEXT_BG + 40, variable
75 #define text_bg (TEXT_BG + 40) macro
159 asciiparm(text_bg); in tteeop()
409 text_bg = n + 40; in textbackground()
482 asciiparm(text_bg);
/dports/japanese/ng-devel/ng-1.5beta1/sys/amiga/
H A Dtty.c71 text_bg = TEXT_BG + 40, variable
78 #define text_bg (TEXT_BG + 40) macro
162 asciiparm(text_bg); in tteeop()
412 text_bg = n + 40; in textbackground()
485 asciiparm(text_bg);
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/formatters/
H A Dimg.py488 text_bg=None,
491 def _draw_text(self, pos, text, font, text_fg, text_bg): argument
495 self.drawables.append((pos, text, font, text_fg, text_bg))
521 text_bg = self._get_text_bg_color(style),
591 for pos, value, font, text_fg, text_bg in self.drawables:
592 if text_bg:
594 … draw.rectangle([pos[0], pos[1], pos[0] + text_size[0], pos[1] + text_size[1]], fill=text_bg)
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DGameplayOptions_gump.h39 int text_bg; variable
109 text_bg = state; in toggle_text_bg()
H A DGameplayOptions_gump.cc93 std::move(textbgcolor), text_bg, colx[3] - 41, rowy[1], 100); in build_buttons()
138 text_bg = gwin->get_text_bg() + 1; in load_settings()
182 gwin->set_text_bg(text_bg - 1); in save_settings()
183 config->set("config/gameplay/textbackground", text_bg - 1, false); in save_settings()
/dports/games/lincity/lincity-1.13.1/
H A Dcliglobs.c133 int text_bg = 0; variable
156 int text_bg = 0; variable
H A Dcliglobs.h173 extern int text_bg;
194 extern int text_bg;
H A Dlcwin32.c193 text_bg = bg; in Fgl_setfontcolors()
381 SetBkColor (display.hdcMem, GetPaletteColorref (text_bg)); in Fgl_write()
437 pixmap_setpixel (xx + x, yy + y, text_bg); in my_x_putchar()
439 Fgl_setpixel (xx + x, yy + y, text_bg); in my_x_putchar()
462 Fgl_setpixel (xx + x, yy + y, text_bg); in open_x_putchar()
H A Dlcx11.h54 extern int text_bg;
H A Dlcwin32.h112 extern int text_bg;
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dcolorclass.edc93 rect { "text_bg";
125 targets: "text_bg" "elm.text";
130 targets: "text_bg" "elm.text";
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dnoseguy.c583 unsigned long fg, bg, text_fg, text_bg; in noseguy_init() local
624 text_bg = get_pixel_resource (st->dpy, cmap, "textBackground", "Background"); in noseguy_init()
635 text_bg = fg; in noseguy_init()
648 gcvalues.background = text_bg; in noseguy_init()
652 gcvalues.foreground = text_bg; in noseguy_init()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgamewin.h138 int text_bg; // draw a dark background behind text variable
271 return text_bg; in get_text_bg()
274 text_bg = t; in set_text_bg()
/dports/graphics/qiv/qiv-2.3.2/
H A Dmain.h15 GdkColor text_bg; /* statusbar and help background */ variable
/dports/games/ufoai-data/ufoai-data-2.5_1/base/ufos/
H A Dseq_tutorials.ufo366 obj2d text_bg
765 rem text_bg
819 obj2d text_bg
1037 rem text_bg
/dports/graphics/feh/feh-3.5/src/
H A Doptions.h83 unsigned char text_bg; member
H A Dfeh.h109 enum text_bg { TEXT_BG_CLEAR = 0, TEXT_BG_TINTED }; enum
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Dthemed.tcl17 set text_bg [ttk::style lookup Treeview -background]
41 add_option *Text.Background $text_bg
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Dthemed.tcl17 set text_bg [ttk::style lookup Treeview -background]
41 add_option *Text.Background $text_bg
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Dthemed.tcl17 set text_bg [ttk::style lookup Treeview -background]
41 add_option *Text.Background $text_bg
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Dthemed.tcl17 set text_bg [ttk::style lookup Treeview -background]
41 add_option *Text.Background $text_bg
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dthemed.tcl17 set text_bg [ttk::style lookup Treeview -background]
41 add_option *Text.Background $text_bg

12