Home
last modified time | relevance | path

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

/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Dch2vft.c39 int width, length, maxv, minv, maxh, minh, refv, refh; variable
117 refv = minv = -1;
137 if (minv < 0) minv = length;
150 minv = 0;
157 if (minv < 0) {
158 minv = maxv = refv;
161 g[codeindex].up = bound(refv - minv);
166 g[codeindex].nbytes = (maxv+1-minv) * ((maxh+16-minh) / 16) * 2;
168 g[codeindex].nbytes = (maxv + 1 - minv) * ((maxh + 8 - minh) >> 3);
173 for (i = minv; i <= maxv; i++) {
H A Dch2qms.c44 int maxv, minv, maxh, minh; /* limits of "blackness" in the bit-map */ variable
147 refh = minv = -1;
173 if (minv < 0) minv = length;
188 minv = 0; /* stipple pattern. */
195 if (minv < 0) {
196 minv = maxv = refv;
208 g[codeindex].gheight = maxv + 1 - minv;
210 g[codeindex].voff = refv - minv;
214 for (i = minv; i <= maxv; i++) {
H A Dch2rst.c38 int maxv, minv, maxh, minh; /* extent of "blackness" in glyph */ variable
131 refv = minv = -1;
155 if (minv < 0) minv = length;
170 minv = 0; /* stipple pattern. */
177 if (minv < 0) {
178 minv = maxv = refv;
181 g[codeindex].g_height = maxv + 1 - minv;
183 g[codeindex].g_up = refv - minv;
191 for (i = minv; i <= maxv; i++) {
H A Ddterm.c86 int minv = PGHEIGHT; variable
440 minv = PGHEIGHT;
571 if (margin) minv = minh = 0; in putpage()
572 for (i = minv; i <= maxv; i++) { in putpage()
701 if (j < minv) minv = j; in store()
/original-bsd/local/ditroff/ditroff.okeeffe/psfig/patches/
H A Dpsdit.c.frag19 int c, n, res, minh, minv;
/original-bsd/local/transcript/src/
H A Dpsdit.c561 int c, n, res, minh, minv; local
594 fscanf(fp, "%d %d %d", &res, &minh, &minv);
595 t_res(res, minh, minv);
1032 t_res(res, minh, minv) in t_res() argument
1033 int res, minh, minv; in t_res()
1037 minvert = minv;
1038 printf("%d %d %d xr\n", res, minh, minv);