Lines Matching refs:posision_x
242 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()
495 posision_x += 1; in sixel_decode()
508 offset=(size_t) imsx * y + posision_x; in sixel_decode()
518 if (max_x < (posision_x + repeat_count - 1)) { in sixel_decode()
519 max_x = posision_x + repeat_count - 1; in sixel_decode()
530 posision_x += repeat_count; in sixel_decode()