Home
last modified time | relevance | path

Searched refs:bgindex (Results 1 – 25 of 128) sorted by relevance

123456

/dports/textproc/p5-String-Tagged-Terminal/String-Tagged-Terminal-0.05/examples/
H A Dex.pl11 $st->append_tagged( sprintf( " [%d] ", $_ ), fgindex => $_, bgindex => $_==0 ? 7 : undef ) for 0 ..…
14 $st->append_tagged( sprintf( " [%d] ", $_ ), bgindex => $_, fgindex => $_==7 ? 0 : undef ) for 0 ..…
19 $st->append_tagged( sprintf( " [%d] ", $_ ), bold => 1, fgindex => $_, bgindex => $_==0 ? 7 : undef…
22 $st->append_tagged( sprintf( " [%d] ", $_ ), bold => 1, bgindex => $_, fgindex => $_==7 ? 0 : undef…
30 $st->append_tagged( sprintf( " [%d] ", $_ ), bgindex => $_ ) for 8 .. 15;
43 $st->append_tagged( " ", bgindex => $_ ) for 0 .. 15;
47 $st->append_tagged( " ", bgindex => 16 + $b*36 + $_ ) for 0 .. 35;
52 $st->append_tagged( " ", bgindex => 232 + $_ ) for 0 .. 23;
/dports/x11-wm/tvtwm/tvtwm/
H A DLocPixmap.c117 int bgindex = -1; local
141 bgindex = i;
156 if (bgindex < 0) {
159 if (trans[bgindex].value) {
161 trans[bgindex].value, &tmpcolor, &JunkXColor))
166 back = trans[bgindex].pixel;
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dgifsave89.c550 int *colors, int bgindex) in newgif() argument
576 bgindex = (max2(0, bgindex)) % 256; /* 0<=bgindex<=255 */ in newgif()
577 gs->bgindex = bgindex; /* global&local colortable bgindex */ in newgif()
605 status = putblkbyte(bk, bgindex); in newgif()
1037 int *colors, int bgindex) in makegif() argument
1043 int tcolor = (bgindex < 0 ? -bgindex : -1); /* optional transparent color */ in makegif()
1048 bgindex = absval(bgindex); /* make sure it's positive (or 0) */ in makegif()
1050 if ((gs = newgif(&gifimage, width, height, colors, bgindex)) /* init gsave89 */ in makegif()
1137 gs->bgindex = 0; /* no colortable bgindex yet */ in newgifstruct()
2178 int bgindex = 0; /* background colortable index */ in main() local
[all …]
H A Dgifsave89.h124 int bgindex; /* global&local colortable bgindex */ variable
146 void *newgif(void **gifimage, int width, int height, int *colors, int bgindex);
/dports/devel/libtickit/libtickit-0.4.2a/src/
H A Dpen.c15 bgindex : 9; /* 0 - 255 or COLOUR_DEFAULT */ member
30 bgindex : 1, member
167 case TICKIT_PEN_BG: return pen->valid.bgindex; in tickit_pen_has_attr()
295 case TICKIT_PEN_BG: return pen->bgindex; in tickit_pen_get_colour_attr()
309 pen->bgindex = val; pen->valid.bgindex = 1; in tickit_pen_set_colour_attr()
322 case TICKIT_PEN_BG: return pen->valid.bgindex && pen->valid.bg_rgb8; in tickit_pen_has_colour_attr_rgb8()
432 case TICKIT_PEN_BG: pen->valid.bgindex = 0; break; in tickit_pen_clear_attr()
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dfromsixel.c96 int bgindex; member
176 int bgindex, in image_buffer_init() argument
225 memset(image->data, bgindex, size); in image_buffer_init()
262 int bgindex, in image_buffer_resize() argument
324 bgindex, in image_buffer_resize()
339 bgindex, in image_buffer_resize()
373 context->bgindex = (-1); in parser_context_init()
606 status = image_buffer_resize(image, sx, sy, context->bgindex, allocator); in sixel_decode_raw_impl()
744 status = image_buffer_resize(image, sx, sy, context->bgindex, allocator); in sixel_decode_raw_impl()
938 status = image_buffer_init(&image, 1, 1, context.bgindex, allocator); in sixel_decode_raw()
[all …]
H A Dfromgif.c80 int flags, bgindex, ratio, transparent, eflags; member
166 g->bgindex = gif_get8(s); in gif_load_header()
/dports/textproc/p5-String-Tagged-Terminal/String-Tagged-Terminal-0.05/lib/String/Tagged/
H A DTerminal.pm103 bg => sub { bgindex => $_[1]->as_xterm->index },
191 [ bgindex => 40 ],
263 bgindex => sub { bg => Convert::Color::XTerm->new( $_[1] ) },
/dports/textproc/p5-String-Tagged-Terminal/String-Tagged-Terminal-0.05/
H A DREADME35 fgindex, bgindex
84 If true, the fgindex and bgindex attributes will be ignored. This has
123 bgindex are supported. The bold attribute is implemented by using
H A DChanges8 * Round fgindex/bgindex values to nearest integer (RT136840)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Dpngread.h50 int bgindex; variable
82 inline int GetBGIndex(void) { return bgindex; } in GetBGIndex()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dpngread.h50 int bgindex; variable
82 inline int GetBGIndex(void) { return bgindex; } in GetBGIndex()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dpngread.h50 int bgindex; variable
82 inline int GetBGIndex(void) { return bgindex; } in GetBGIndex()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Dpngread.h50 int bgindex; variable
82 inline int GetBGIndex(void) { return bgindex; } in GetBGIndex()
/dports/graphics/djvulibre/djvulibre-3.5.28/tools/
H A Dcpaldjvu.cpp658 int bgindex = -1; in cpaldjvu() local
661 bgindex = pal.compute_pixmap_palette(*ginput, opts.ncolors); in cpaldjvu()
662 pal.index_to_color(bgindex, bgcolor); in cpaldjvu()
694 prevline[x]=bgindex; in cpaldjvu()
704 line[x] = bgindex; in cpaldjvu()
711 if (index != bgindex) in cpaldjvu()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dgif.c288 int bgindex = -1, fgindex = -1; in gif_pixel_plot() local
425 if (pixelColour == '0') bgindex = paletteIndex; in gif_pixel_plot()
448 transparent_index = bgindex; in gif_pixel_plot()
/dports/misc/magicpoint/magicpoint-1.13a/
H A Ddraw.c39 static int bgindex = 0; variable
2013 bh = bgpixmap[bgindex].image->height;
2014 bw = bgpixmap[bgindex].image->width;
2035 b = bgpixmap[bgindex].image->data +
2262 bgpixmap[bgindex].image->width, bgpixmap[bgindex].image->height,
4586 p = bgpixmap[bgindex].image->data
4793 tmp_bgindex = bgindex;
4805 bgindex = tmp_bgindex;
4831 bgindex = i;
4976 bgindex = i;
[all …]
/dports/textproc/p5-String-Tagged-Terminal/String-Tagged-Terminal-0.05/lib/String/Tagged/Terminal/
H A DWin32Console.pm89 [ bgindex => 4, ],
/dports/science/gramps/gramps-5.1.4/gramps/plugins/docgen/
H A Drtfdoc.py172 bgindex = self.color_map[para.get_background_color()]
178 self.font_type += '\\fs%d\\cf%d\\cb%d' % (size, fgindex, bgindex)
/dports/devel/cc65/cc65-2.19/doc/
H A Dlynx.sgml210 Calling tgi_setbgcolor(bgcolor) or tgi_ioctl(2, bgindex) will set the text
211 background color to the index defined by bgindex. If bgindex is 0 then the
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-gif-save.c747 guchar bgindex = 0; in save_image() local
873 bgindex = i; in save_image()
932 if (! gif_encode_header (output, is_gif89, cols, rows, bgindex, in save_image()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dstb_image.h6130 int flags, bgindex, ratio, transparent, eflags; member
6186 g->bgindex = stbi__get8(s); in stbi__gif_header()
6443 if (first_frame && (g->bgindex > 0)) { in stbi__gif_load_next()
6447 …g->pal[g->bgindex][3] = 255; // just in case it was made transparent, undo that; It will be reset … in stbi__gif_load_next()
6448 memcpy( &g->out[pi * 4], &g->pal[g->bgindex], 4 ); in stbi__gif_load_next()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/stb/
H A Dstb_image.h6199 int flags, bgindex, ratio, transparent, eflags; member
6255 g->bgindex = stbi__get8(s); in stbi__gif_header()
6524 if (first_frame && (g->bgindex > 0)) { in stbi__gif_load_next()
6528 …g->pal[g->bgindex][3] = 255; // just in case it was made transparent, undo that; It will be reset … in stbi__gif_load_next()
6529 memcpy( &g->out[pi * 4], &g->pal[g->bgindex], 4 ); in stbi__gif_load_next()
/dports/lang/v/v-0.1.29/thirdparty/stb_image/
H A Dstb_image.h6202 int flags, bgindex, ratio, transparent, eflags; member
6258 g->bgindex = stbi__get8(s); in stbi__gif_header()
6527 if (first_frame && (g->bgindex > 0)) { in stbi__gif_load_next()
6531 …g->pal[g->bgindex][3] = 255; // just in case it was made transparent, undo that; It will be reset … in stbi__gif_load_next()
6532 memcpy( &g->out[pi * 4], &g->pal[g->bgindex], 4 ); in stbi__gif_load_next()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/stb/
H A Dstb_image.h6138 int flags, bgindex, ratio, transparent, eflags; member
6194 g->bgindex = stbi__get8(s); in stbi__gif_header()
6451 if (first_frame && (g->bgindex > 0)) { in stbi__gif_load_next()
6455 …g->pal[g->bgindex][3] = 255; // just in case it was made transparent, undo that; It will be reset … in stbi__gif_load_next()
6456 memcpy( &g->out[pi * 4], &g->pal[g->bgindex], 4 ); in stbi__gif_load_next()

123456