Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c249 sixel_pixel_t *imbuf, *dmbuf; in sixel_decode() local
269 imbuf=(sixel_pixel_t *) AcquireQuantumMemory(imsx,imsy* in sixel_decode()
271 if (imbuf == NULL) { in sixel_decode()
297 imbuf[i] = background_color_index; in sixel_decode()
376 imbuf = (sixel_pixel_t *) RelinquishMagickMemory(imbuf); in sixel_decode()
381 (void) memcpy(dmbuf + dmsx * y, imbuf + imsx * y, imsx * sizeof(sixel_pixel_t)); in sixel_decode()
383 imbuf = (sixel_pixel_t *) RelinquishMagickMemory(imbuf); in sixel_decode()
386 imbuf = dmbuf; in sixel_decode()
454 imbuf = (sixel_pixel_t *) RelinquishMagickMemory(imbuf); in sixel_decode()
459 (void) memcpy(dmbuf + dmsx * y, imbuf + imsx * y, imsx * sizeof(sixel_pixel_t)); in sixel_decode()
[all …]