Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c242 int posision_x, posision_y; in sixel_decode() local
256 posision_x = posision_y = 0; in sixel_decode()
428 posision_x = 0; in sixel_decode()
434 posision_x = 0; in sixel_decode()
439 if (imsx < (posision_x + repeat_count) || imsy < (posision_y + 6)) { in sixel_decode()
443 while (nx < (posision_x + repeat_count) || ny < (posision_y + 6)) { in sixel_decode()
471 posision_x += repeat_count; in sixel_decode()
479 offset=(size_t) imsx * (posision_y + i) + posision_x; in sixel_decode()
486 if (max_x < posision_x) { in sixel_decode()
487 max_x = posision_x; in sixel_decode()
[all …]