Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c240 int attributed_ph, attributed_pv; in sixel_decode() local
253 attributed_ph = attributed_pv = 0; in sixel_decode()
352 if (n > 2 && param[2] > 0) attributed_ph = param[2]; in sixel_decode()
358 if (imsx < attributed_ph || imsy < attributed_pv) { in sixel_decode()
359 dmsx = imsx > attributed_ph ? imsx : attributed_ph; in sixel_decode()
508 if (++max_x < attributed_ph) { in sixel_decode()
509 max_x = attributed_ph; in sixel_decode()