Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c648 sixel_node_t *np, int ncolors, int keycolor) in sixel_put_node() argument
652 if (ncolors != 2 || keycolor == -1) { in sixel_put_node()
676 unsigned char *palette, size_t ncolors, int keycolor, in sixel_encode_impl() argument
723 if (ncolors != 2 || keycolor == -1) { in sixel_encode_impl()
746 if (pix >= 0 && pix < (ssize_t) ncolors && pix != keycolor) { in sixel_encode_impl()
820 x = sixel_put_node(context, x, np, (int) ncolors, keycolor); in sixel_encode_impl()
830 x = sixel_put_node(context, x, np, (int) ncolors, keycolor); in sixel_encode_impl()