Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c80 #define SIXEL_PALETTE_MAX 1024 macro
248 int sixel_palet[SIXEL_PALETTE_MAX]; in sixel_decode()
292 for (; n < SIXEL_PALETTE_MAX; n++) { in sixel_decode()
406 } else if (color_index >= SIXEL_PALETTE_MAX) { in sixel_decode()
407 color_index = SIXEL_PALETTE_MAX - 1; in sixel_decode()
1248 sixel_palette[SIXEL_PALETTE_MAX*3]; in WriteSIXELImage()
1270 if ((image->storage_class == DirectClass) || (image->colors > SIXEL_PALETTE_MAX)) in WriteSIXELImage()
1283 (image->colors > SIXEL_PALETTE_MAX)) in WriteSIXELImage()