Lines Matching refs:imsy
245 int imsx, imsy; in sixel_decode() local
259 imsy = 2048; in sixel_decode()
260 imbuf = (unsigned char *) AcquireQuantumMemory(imsx * imsy,1); in sixel_decode()
287 (void) ResetMagickMemory(imbuf, background_color_index, imsx * imsy); in sixel_decode()
358 if (imsx < attributed_ph || imsy < attributed_pv) { in sixel_decode()
360 dmsy = imsy > attributed_pv ? imsy : attributed_pv; in sixel_decode()
367 for (y = 0; y < imsy; ++y) { in sixel_decode()
372 imsy = dmsy; in sixel_decode()
424 if (imsx < (posision_x + repeat_count) || imsy < (posision_y + 6)) { in sixel_decode()
426 int ny = imsy * 2; in sixel_decode()
441 for (y = 0; y < imsy; ++y) { in sixel_decode()
446 imsy = dmsy; in sixel_decode()
515 if (imsx > max_x || imsy > max_y) { in sixel_decode()
527 imsy = dmsy; in sixel_decode()
533 *pheight = imsy; in sixel_decode()