Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c86 #define SIXEL_RGB(r, g, b) (((r) << 16) + ((g) << 8) + (b)) macro
88 #define SIXEL_XRGB(r,g,b) SIXEL_RGB(SIXEL_PALVAL(r, 255, 100), SIXEL_PALVAL(g, 255, 100), SIXEL_PAL…
192 return SIXEL_RGB(R, G, B); in hls_to_rgb()
274 sixel_palet[n++] = SIXEL_RGB(r * 51, g * 51, b * 51); in sixel_decode()
280 sixel_palet[n++] = SIXEL_RGB(i * 11, i * 11, i * 11); in sixel_decode()
284 sixel_palet[n] = SIXEL_RGB(255, 255, 255); in sixel_decode()