Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c688 sixel_node_t *np, int ncolors, int keycolor) in sixel_put_node() argument
692 if (ncolors != 2 || keycolor == -1) { in sixel_put_node()
716 unsigned char *palette, size_t ncolors, int keycolor, in sixel_encode_impl() argument
763 if (ncolors != 2 || keycolor == -1) { in sixel_encode_impl()
785 if (pix >= 0 && pix < (ssize_t) ncolors && pix != keycolor) { in sixel_encode_impl()
859 x = sixel_put_node(context, x, np, (int) ncolors, keycolor); in sixel_encode_impl()
869 x = sixel_put_node(context, x, np, (int) ncolors, keycolor); in sixel_encode_impl()