Home
last modified time | relevance | path

Searched refs:keycolor (Results 1 – 25 of 123) sorted by relevance

12345

/dports/graphics/sdump/sdump-c5fb55b/static/libsixel/
H A Ddither.c142 dither->keycolor = (-1); in sixel_dither_create()
186 int keycolor; in sixel_dither_get() local
193 keycolor = 0; in sixel_dither_get()
198 keycolor = 0; in sixel_dither_get()
203 keycolor = (-1); in sixel_dither_get()
208 keycolor = (-1); in sixel_dither_get()
216 dither->keycolor = keycolor; in sixel_dither_get()
H A Dtosixel.c231 sixel_node_t *np, int ncolors, int keycolor) in PutNode() argument
233 if (ncolors != 2 || keycolor == -1) { in PutNode()
238 if (x != keycolor) { in PutNode()
244 if (x != keycolor) { in PutNode()
278 back = im->dither->keycolor; in LibSixel_LSImageToSixel()
H A Ddither.h39 int keycolor; /* background color */ member
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Ddither.c401 int keycolor; in sixel_dither_get() local
408 keycolor = 0; in sixel_dither_get()
413 keycolor = 0; in sixel_dither_get()
418 keycolor = (-1); in sixel_dither_get()
423 keycolor = (-1); in sixel_dither_get()
428 keycolor = (-1); in sixel_dither_get()
433 keycolor = (-1); in sixel_dither_get()
438 keycolor = (-1); in sixel_dither_get()
443 keycolor = (-1); in sixel_dither_get()
448 keycolor = (-1); in sixel_dither_get()
[all …]
H A Dtosixel.c270 if (ncolors != 2 || keycolor == (-1)) { in sixel_put_node()
282 if (*x != keycolor) { in sixel_put_node()
291 if (*x != keycolor) { in sixel_put_node()
386 int /* in */ keycolor in output_rgb_palette_definition()
392 if (n != keycolor) { in output_rgb_palette_definition()
426 int /* in */ keycolor in output_hls_palette_definition()
440 if (n != keycolor) { in output_hls_palette_definition()
496 int /* in */ keycolor, in sixel_encode_body()
534 if (!bodyonly && (ncolors != 2 || keycolor == (-1))) { in sixel_encode_body()
586 if (pix >= 0 && pix < ncolors && pix != keycolor) { in sixel_encode_body()
[all …]
H A Ddither.h44 int keycolor; /* background color */ member
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dcursorman.cpp62 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in pushCursor() argument
63 Cursor *cur = new Cursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
69 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
105 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in replaceCursor() argument
108 pushCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
137 cur->_keycolor = keycolor; in replaceCursor()
146 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
236 …or(const void *data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in Cursor() argument
243 _keycolor = keycolor & ((1 << (_format.bytesPerPixel << 3)) - 1); in Cursor()
247 _keycolor = keycolor & 0xFF; in Cursor()
H A Dcursorman.h75 …void pushCursor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool…
100 …void replaceCursor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, b…
188 …Cursor(const void *data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontSca…
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dcursorman.cpp62 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in pushCursor() argument
63 Cursor *cur = new Cursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
68 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
106 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in replaceCursor() argument
109 pushCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
138 cur->_keycolor = keycolor; in replaceCursor()
147 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
245 …or(const void *data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in Cursor() argument
252 _keycolor = keycolor & ((1 << (_format.bytesPerPixel << 3)) - 1); in Cursor()
256 _keycolor = keycolor & 0xFF; in Cursor()
H A Dcursorman.h76 …void pushCursor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool…
101 …void replaceCursor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, b…
198 …Cursor(const void *data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontSca…
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dcursorman.cpp62 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in pushCursor() argument
63 Cursor *cur = new Cursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
68 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
106 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in replaceCursor() argument
109 pushCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
138 cur->_keycolor = keycolor; in replaceCursor()
147 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
245 …or(const void *data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in Cursor() argument
252 _keycolor = keycolor & ((1 << (_format.bytesPerPixel << 3)) - 1); in Cursor()
256 _keycolor = keycolor & 0xFF; in Cursor()
H A Dcursorman.h87 …void pushCursor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool…
115 …void replaceCursor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, b…
229 …Cursor(const void *data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontSca…
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/octave/octave/tm/
H A Dstruct2tree.m18 keycolor=deblank(TMCOLORS(1,:));
21 tmp=["(tree (with \"color\" \"", keycolor, "\" ",name,") "];
28 …tmp1=["(switch (document (with \"color\" \"", keycolor,"\" \"",key,"\")) (tuple (tmarker) (with \"…
/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/src/
H A Dmeson.build37 keycolor = shared_module('keycolor', 'keycolor.cpp', variable
/dports/misc/pfm/pfm-2.12.3/lib/App/PFM/Screen/
H A DFrame.pm447 my $keycolor = $screen->color2esc('normal ' .
465 $menu =~ s{([[:upper:]<>])(?![xn]clude\?)}{$keycolor$1$menucolor$2}g;
510 my $keycolor = $screen->color2esc('normal ' .
512 $footer =~ s{(F\d+(?=-)|[!\.%";=@](?=-)|[<>])}{$keycolor$1$footercolor}g;
/dports/biology/p5-AcePerl/AcePerl-1.92/Ace/Graphics/
H A DPanel.pm29 my $keycolor = $options{-keycolor} || KEYCOLOR;
46 keycolor => $keycolor,
195 my $color = $self->translate($self->{keycolor});
/dports/games/residualvm/residualvm-0.3.1/backends/platform/android/
H A Dgfx.cpp736 uint32 keycolor, bool dontScale, in setMouseCursor() argument
739 keycolor, dontScale, format); in setMouseCursor()
768 assert(keycolor < 256); in setMouseCursor()
773 _mouse_keycolor = keycolor; in setMouseCursor()
806 if (*s++ == (keycolor & 0xffff)) in setMouseCursor()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dosys_psp.cpp314 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in setMouseCursor() argument
319 …keycolor[%d], scale[%d], pformat[%p]\n", buf, w, h, hotspotX, hotspotY, keycolor, !dontScale, form… in setMouseCursor()
324 _cursor.setKeyColor(keycolor); in setMouseCursor()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dosys_psp.cpp307 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in setMouseCursor() argument
312 …keycolor[%d], scale[%d], pformat[%p]\n", buf, w, h, hotspotX, hotspotY, keycolor, !dontScale, form… in setMouseCursor()
317 _cursor.setKeyColor(keycolor); in setMouseCursor()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/
H A Dgraphics.cpp515 uint32 keycolor, bool dontScale, in setMouseCursor() argument
518 keycolor, dontScale, format); in setMouseCursor()
547 assert(keycolor < 256); in setMouseCursor()
552 _mouse_keycolor = keycolor; in setMouseCursor()
585 if (*s++ == (keycolor & 0xffff)) in setMouseCursor()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/
H A Dmodular-backend.cpp238 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in setMouseCursor() argument
239 _graphicsManager->setMouseCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in setMouseCursor()
/dports/games/residualvm/residualvm-0.3.1/backends/
H A Dmodular-backend.cpp240 …sor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, … in setMouseCursor() argument
241 _graphicsManager->setMouseCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in setMouseCursor()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dsixel.c682 sixel_node_t *np, int ncolors, int keycolor) in sixel_put_node() argument
686 if (ncolors != 2 || keycolor == -1) { in sixel_put_node()
710 unsigned char *palette, size_t ncolors, int keycolor, in sixel_encode_impl() argument
757 if (ncolors != 2 || keycolor == -1) { in sixel_encode_impl()
780 if (pix >= 0 && pix < (ssize_t) ncolors && pix != keycolor) { in sixel_encode_impl()
854 x = sixel_put_node(context, x, np, (int) ncolors, keycolor); in sixel_encode_impl()
864 x = sixel_put_node(context, x, np, (int) ncolors, keycolor); in sixel_encode_impl()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dsixel.c734 int ncolors,int keycolor) in sixel_put_node() argument
739 if ((ncolors != 2) || (keycolor == -1)) in sixel_put_node()
759 size_t height,unsigned char *palette,size_t ncolors,int keycolor, in sixel_encode_impl() argument
816 if ((ncolors != 2) || (keycolor == -1)) in sixel_encode_impl()
840 if ((pix >= 0) && (pix < (int) ncolors) && (pix != keycolor)) in sixel_encode_impl()
903 x=sixel_put_node(context,x,np,(int) ncolors,keycolor); in sixel_encode_impl()
913 x=sixel_put_node(context,x,np,(int) ncolors,keycolor); in sixel_encode_impl()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dsixel.c734 int ncolors,int keycolor) in sixel_put_node() argument
739 if ((ncolors != 2) || (keycolor == -1)) in sixel_put_node()
759 size_t height,unsigned char *palette,size_t ncolors,int keycolor, in sixel_encode_impl() argument
816 if ((ncolors != 2) || (keycolor == -1)) in sixel_encode_impl()
840 if ((pix >= 0) && (pix < (int) ncolors) && (pix != keycolor)) in sixel_encode_impl()
903 x=sixel_put_node(context,x,np,(int) ncolors,keycolor); in sixel_encode_impl()
913 x=sixel_put_node(context,x,np,(int) ncolors,keycolor); in sixel_encode_impl()

12345