Home
last modified time | relevance | path

Searched refs:attributed_pv (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()
364 if (n > 3 && param[3] > 0) attributed_pv = param[3] & 0xffff; in sixel_decode()
369 if (imsx < attributed_ph || imsy < attributed_pv) { in sixel_decode()
371 dmsy = imsy > attributed_pv ? imsy : attributed_pv; in sixel_decode()
542 if (++max_y < attributed_pv) { in sixel_decode()
543 max_y = attributed_pv; in sixel_decode()