Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c239 int attributed_pan, attributed_pad; in sixel_decode() local
251 attributed_pan = 2; in sixel_decode()
337 attributed_pan = attributed_pan * param[2] / 10; in sixel_decode()
339 if (attributed_pan <= 0) attributed_pan = 1; in sixel_decode()
351 if (n > 1) attributed_pan = param[1]; in sixel_decode()
355 if (attributed_pan <= 0) attributed_pan = 1; in sixel_decode()