Searched refs:imsy (Results 1 – 1 of 1) sorted by relevance
245 int imsx, imsy; in sixel_decode() local259 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()[all …]