Home
last modified time | relevance | path

Searched refs:posision_y (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()
420 posision_y += 6; 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()
462 imbuf[imsx * (posision_y + i) + posision_x] = color_index; in sixel_decode()
466 if (max_y < (posision_y + i)) { in sixel_decode()
467 max_y = posision_y + i; in sixel_decode()
484 for (y = posision_y + i; y < posision_y + i + n; ++y) { in sixel_decode()
490 if (max_y < (posision_y + i + n - 1)) { in sixel_decode()
[all …]