Lines Matching refs:sixel_palette
1016 *sixel_palette; in ReadSIXELImage() local
1066 …gned char *) sixel_buffer,&sixel_pixels,&image->columns,&image->rows,&sixel_palette,&image->colors… in ReadSIXELImage()
1080 sixel_palette=(unsigned char *) RelinquishMagickMemory(sixel_palette); in ReadSIXELImage()
1087 sixel_palette=(unsigned char *) RelinquishMagickMemory(sixel_palette); in ReadSIXELImage()
1091 image->colormap[i].red = ScaleCharToQuantum(sixel_palette[i * 4 + 0]); in ReadSIXELImage()
1092 image->colormap[i].green = ScaleCharToQuantum(sixel_palette[i * 4 + 1]); in ReadSIXELImage()
1093 image->colormap[i].blue = ScaleCharToQuantum(sixel_palette[i * 4 + 2]); in ReadSIXELImage()
1119 sixel_palette=(unsigned char *) RelinquishMagickMemory(sixel_palette); in ReadSIXELImage()
1127 sixel_palette=(unsigned char *) RelinquishMagickMemory(sixel_palette); in ReadSIXELImage()
1248 sixel_palette[SIXEL_PALETTE_MAX*3]; in WriteSIXELImage() local
1327 sixel_palette[3*i+0]=ScaleQuantumToChar(image->colormap[i].red); in WriteSIXELImage()
1328 sixel_palette[3*i+1]=ScaleQuantumToChar(image->colormap[i].green); in WriteSIXELImage()
1329 sixel_palette[3*i+2]=ScaleQuantumToChar(image->colormap[i].blue); in WriteSIXELImage()
1357 sixel_palette,image->colors,-1,output); in WriteSIXELImage()