Searched refs:imbuf (Results 1 – 1 of 1) sorted by relevance
244 unsigned char *imbuf, *dmbuf; in sixel_decode() local260 imbuf = (unsigned char *) AcquireQuantumMemory(imsx * imsy,1); in sixel_decode()262 if (imbuf == NULL) { in sixel_decode()287 (void) ResetMagickMemory(imbuf, background_color_index, imsx * imsy); in sixel_decode()363 imbuf = (unsigned char *) RelinquishMagickMemory(imbuf); in sixel_decode()368 (void) CopyMagickMemory(dmbuf + dmsx * y, imbuf + imsx * y, imsx); in sixel_decode()370 imbuf = (unsigned char *) RelinquishMagickMemory(imbuf); in sixel_decode()373 imbuf = dmbuf; in sixel_decode()437 imbuf = (unsigned char *) RelinquishMagickMemory(imbuf); in sixel_decode()442 (void) CopyMagickMemory(dmbuf + dmsx * y, imbuf + imsx * y, imsx); in sixel_decode()[all …]