Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsixel.c237 int posision_x, posision_y; in sixel_decode() local
249 posision_x = posision_y = 0; in sixel_decode()
413 posision_x = 0; in sixel_decode()
419 posision_x = 0; in sixel_decode()
424 if (imsx < (posision_x + repeat_count) || imsy < (posision_y + 6)) { in sixel_decode()
428 while (nx < (posision_x + repeat_count) || ny < (posision_y + 6)) { in sixel_decode()
454 posision_x += repeat_count; in sixel_decode()
462 imbuf[imsx * (posision_y + i) + posision_x] = color_index; in sixel_decode()
463 if (max_x < posision_x) { in sixel_decode()
464 max_x = posision_x; in sixel_decode()
[all …]