Searched refs:last_partial_ix (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsscanline.c2210 int last_partial_ix = -1; local
2310 if (ix1 != last_partial_ix)
2312 if (last_partial_ix >= 0 &&
2313 hpgs_image_rop3_pixel (image,last_partial_ix,iy,
2317 last_partial_ix = ix1;
2345 if (ix2 != last_partial_ix)
2347 if (last_partial_ix >= 0 &&
2348 hpgs_image_rop3_pixel (image,last_partial_ix,iy,
2352 last_partial_ix = ix2;
2365 if (last_partial_ix >
[all...]

Completed in 38 milliseconds