Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c245 int attributed_ph, attributed_pv; in sixel_decode() local
260 attributed_ph = attributed_pv = 0; in sixel_decode()
363 if (n > 2 && param[2] > 0) attributed_ph = param[2] & 0xffff; 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()
539 if (++max_x < attributed_ph) { in sixel_decode()
540 max_x = attributed_ph; in sixel_decode()