Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c250 int imsx, imsy; in sixel_decode() local
265 imsx = 2048; in sixel_decode()
267 if (SetImageExtent(image,imsx,imsy,exception) == MagickFalse) in sixel_decode()
269 imbuf=(sixel_pixel_t *) AcquireQuantumMemory(imsx,imsy* in sixel_decode()
296 for (i = 0; i < imsx * imsy; i++) { in sixel_decode()
369 if (imsx < attributed_ph || imsy < attributed_pv) { in sixel_decode()
370 dmsx = imsx > attributed_ph ? imsx : attributed_ph; in sixel_decode()
381 (void) memcpy(dmbuf + dmsx * y, imbuf + imsx * y, imsx * sizeof(sixel_pixel_t)); in sixel_decode()
384 imsx = dmsx; in sixel_decode()
439 if (imsx < (posision_x + repeat_count) || imsy < (posision_y + 6)) { in sixel_decode()
[all …]
/external/pcre/dist2/testdata/
Dtestinput15027 /(?>a(*:m))/imsx,mark
5030 /(?>(a)(*:m))/imsx,mark
Dtestoutput18069 /(?>a(*:m))/imsx,mark
8074 /(?>(a)(*:m))/imsx,mark
/external/python/cpython3/Doc/library/
Dre.rst310 ``(?aiLmsux-imsx:...)``