Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dpkout.c174 int color2, total_pixels2, /* counting equal rows variables */ in pk_runlengths() local
248 total_pixels2 = total_pixels; i2 = i; in pk_runlengths()
249 while (i2 < cnt && total_pixels2 / W == row) { in pk_runlengths()
250 total_pixels2 += count[i2++]; in pk_runlengths()
256 || total_pixels2 - total_pixels != W) continue; in pk_runlengths()
264 total_pixels2 += count[i2++]; i1++; in pk_runlengths()
266 rc = total_pixels2 / W - row; /* enclosed rows */ in pk_runlengths()
267 if (MIN(count[i1], count[i2]) + total_pixels2 % W < W) in pk_runlengths()