Home
last modified time | relevance | path

Searched refs:fillattr (Results 1 – 25 of 36) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/wscons/
H A Dwsdisplay_vcons.c805 scr->scr_attrs[offset + i] = fillattr; in vcons_erasecols_buffer()
810 scr->scr_attrs[i] = fillattr; in vcons_erasecols_buffer()
831 vd->attrs[i] = fillattr; in vcons_erasecols_cached()
833 vd->erasecols(cookie, row, startcol, ncols, fillattr); in vcons_erasecols_cached()
854 fillattr); in vcons_erasecols()
985 scr->scr_attrs[i] = fillattr; in vcons_eraserows_buffer()
1005 vd->attrs[i] = fillattr; in vcons_eraserows_cached()
1007 vd->eraserows(cookie, row, nrows, fillattr); in vcons_eraserows_cached()
1017 vcons_eraserows_buffer(cookie, row, nrows, fillattr); in vcons_eraserows()
1027 vcons_eraserows_cached(cookie, row, nrows, fillattr); in vcons_eraserows()
[all …]
H A Dwscons_rops.c167 rcons_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in rcons_erasecols() argument
177 if ((fillattr != 0) ^ ((rc->rc_bits & RC_INVERT) != 0)) in rcons_erasecols()
206 rcons_eraserows(void *id, int startrow, int nrows, long fillattr) in rcons_eraserows() argument
215 if ((fillattr != 0) ^ ((rc->rc_bits & RC_INVERT) != 0)) in rcons_eraserows()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dwcfb.c560 sc->erasecols(ri, row, startcol, ncols, fillattr); in wcfb_erasecols()
565 memset(to0, ri->ri_devcmap[(fillattr >> 16) & 0xff], in wcfb_erasecols()
567 memset(to1, ri->ri_devcmap[(fillattr >> 16) & 0xff], in wcfb_erasecols()
600 wcfb_eraserows(void *cookie, int row, int nrows, long fillattr) in wcfb_eraserows() argument
610 sc->eraserows(ri, row, nrows, fillattr); in wcfb_eraserows()
615 memset(to0, ri->ri_devcmap[(fillattr >> 16) & 0xff], in wcfb_eraserows()
617 memset(to1, ri->ri_devcmap[(fillattr >> 16) & 0xff], in wcfb_eraserows()
830 long fillattr) in wcfb_acc_erasecols() argument
842 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in wcfb_acc_erasecols()
867 wcfb_acc_eraserows(void *cookie, int row, int nrows, long fillattr) in wcfb_acc_eraserows() argument
[all …]
H A Dgffb.c1118 gffb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in gffb_erasecols() argument
1130 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in gffb_erasecols()
1155 gffb_eraserows(void *cookie, int row, int nrows, long fillattr) in gffb_eraserows() argument
1167 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in gffb_eraserows()
H A Dr128fb.c1063 r128fb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in r128fb_erasecols() argument
1075 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in r128fb_erasecols()
1100 r128fb_eraserows(void *cookie, int row, int nrows, long fillattr) in r128fb_eraserows() argument
1112 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in r128fb_eraserows()
H A Dtdvfb.c119 long fillattr);
908 tdvfb_eraserows(void *cookie, int row, int nrows, long fillattr) in tdvfb_eraserows() argument
921 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in tdvfb_eraserows()
H A Dunichromefb.c1448 uni_erasecols(void *opaque, int row, int startcol, int ncols, long fillattr) in uni_erasecols() argument
1464 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in uni_erasecols()
1472 uni_eraserows(void *opaque, int row, int nrows, long fillattr) in uni_eraserows() argument
1484 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in uni_eraserows()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/
H A Dlibansi.c238 const char right, const char fillchar, const char fillattr) in clearwindow() argument
243 cprint(fillchar, fillattr, right - left + 1); in clearwindow()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dpcdisplay_subr.c200 pcdisplay_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in pcdisplay_erasecols() argument
211 val = (fillattr << 8) | ' '; in pcdisplay_erasecols()
244 pcdisplay_eraserows(void *id, int startrow, int nrows, long fillattr) in pcdisplay_eraserows() argument
256 val = (fillattr << 8) | ' '; in pcdisplay_eraserows()
H A Dct65550.c449 long fillattr) in chipsfb_erasecols() argument
461 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in chipsfb_erasecols()
486 chipsfb_eraserows(void *cookie, int row, int nrows, long fillattr) in chipsfb_eraserows() argument
494 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in chipsfb_eraserows()
H A Dvga_raster.c1294 vga_raster_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in vga_raster_erasecols() argument
1303 vga_raster_putchar(id, row, i, ' ', fillattr); in vga_raster_erasecols()
1365 vga_raster_eraserows(void *id, int startrow, int nrows, long fillattr) in vga_raster_eraserows() argument
1381 u_int8_t bgcolor = (fillattr >> 4) & 0x0F; in vga_raster_eraserows()
1401 scr->mem[off + i].attr = fillattr; in vga_raster_eraserows()
H A Dhd44780_subr.c164 hlcd_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in hlcd_erasecols() argument
192 hlcd_eraserows(void *id, int startrow, int nrows, long fillattr) in hlcd_eraserows() argument
/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Dcolor.py62 if context.fillattr:
85 if context.fillattr:
134 if context.fillattr:
253 if context.fillattr:
602 if context.strokeattr and context.fillattr:
610 elif context.fillattr:
618 if context.fillattr:
H A Dpattern.py159 if context.fillattr:
174 if context.fillattr:
H A Dsvgwriter.py250 self.fillattr = True
/dports/sysutils/syslinux/syslinux-6.03/com32/cmenu/libmenu/
H A Dcmenu.h207 uchar fillattr; member
240 void set_misc_info(uchar fillchar, uchar fillattr, uchar spacechar,
H A Dmenu.c123 ms->fillchar, ms->fillattr); in reset_ui()
340 … - 2, top + numitems + 1, left + menu->menuwidth + 4, ms->fillchar, ms->fillattr); // Clear the sh… in cleanupmenu()
341 …, left - 3, top + numitems, left + menu->menuwidth + 3, ms->fillchar, ms->fillattr); // main window in cleanupmenu()
709 ms->fillattr = FILLATTR; in init_menusystem()
796 void set_misc_info(uchar fillchar, uchar fillattr, uchar spacechar, in set_misc_info() argument
801 if (fillattr != 0xFF) in set_misc_info()
802 ms->fillattr = fillattr; in set_misc_info()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/
H A Dlibansi.h53 const char right, const char fillchar, const char fillattr);
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sbus/
H A Dagten.c860 agten_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in agten_erasecols() argument
871 bg = (uint32_t)ri->ri_devcmap[(fillattr >> 16) & 0xff]; in agten_erasecols()
893 agten_eraserows(void *cookie, int row, int nrows, long fillattr) in agten_eraserows() argument
910 bg = (uint32_t)ri->ri_devcmap[(fillattr >> 16) & 0xff]; in agten_eraserows()
H A Dmgx.c779 mgx_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in mgx_erasecols() argument
790 bg = (fillattr >> 16) & 0xff; in mgx_erasecols()
811 mgx_eraserows(void *cookie, int row, int nrows, long fillattr) in mgx_eraserows() argument
828 bg = (fillattr >> 16) & 0xff; in mgx_eraserows()
H A Dp9100.c1474 p9100_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in p9100_erasecols() argument
1484 bg = (uint32_t)ri->ri_devcmap[(fillattr >> 16) & 0xff]; in p9100_erasecols()
1504 p9100_eraserows(void *cookie, int row, int nrows, long fillattr) in p9100_eraserows() argument
1520 bg = (uint32_t)ri->ri_devcmap[(fillattr >> 16) & 0xff]; in p9100_eraserows()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/sanitizers/ui/modules/
H A Dsimpress.suppr33 sd/uiconfig/simpress/ui/sidebarslidebackground.ui://svxcorelo-SvxColorListBox[@id='fillattr'] no-la…
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/voyager/
H A Dvoyagerfb.c1197 long fillattr) in voyagerfb_erasecols() argument
1209 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in voyagerfb_erasecols()
1251 voyagerfb_eraserows(void *cookie, int row, int nrows, long fillattr) in voyagerfb_eraserows() argument
1263 rasops_unpack_attr(fillattr, &fg, &bg, &ul); in voyagerfb_eraserows()
/dports/games/xnethack/xNetHack-xnh6.1/win/curses/
H A Dcursstat.c1727 attr_t fillattr, attr;
1731 fillattr = curses_color_attr(color, invcolor);
1743 wattron(win, fillattr);
1745 wattroff(win, fillattr);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/curses/
H A Dcursstat.c1693 attr_t fillattr, attr;
1697 fillattr = curses_color_attr(color, invcolor);
1709 wattron(win, fillattr);
1711 wattroff(win, fillattr);

12