Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c246 int dmsx, dmsy; in sixel_decode() local
359 dmsx = imsx > attributed_ph ? imsx : attributed_ph; in sixel_decode()
361 dmbuf = (unsigned char *) AcquireQuantumMemory(dmsx * dmsy,1); in sixel_decode()
366 (void) ResetMagickMemory(dmbuf, background_color_index, dmsx * dmsy); in sixel_decode()
368 (void) CopyMagickMemory(dmbuf + dmsx * y, imbuf + imsx * y, imsx); in sixel_decode()
371 imsx = dmsx; in sixel_decode()
433 dmsx = nx; in sixel_decode()
435 dmbuf = (unsigned char *) AcquireQuantumMemory(dmsx * dmsy,1); in sixel_decode()
440 (void) ResetMagickMemory(dmbuf, background_color_index, dmsx * dmsy); in sixel_decode()
442 (void) CopyMagickMemory(dmbuf + dmsx * y, imbuf + imsx * y, imsx); in sixel_decode()
[all …]