Home
last modified time | relevance | path

Searched refs:attributed_pv (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()
353 if (n > 3 && param[3] > 0) attributed_pv = param[3]; 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()
511 if (++max_y < attributed_pv) { in sixel_decode()
512 max_y = attributed_pv; in sixel_decode()