Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp123 int cur_h; member in dvi_printer
275 cur_h = pushed_h; in end_of_line()
284 pushed_h = cur_h; in possibly_begin_line()
370 int distance = env->hpos - cur_h; in set_char()
373 cur_h = env->hpos; in set_char()
377 cur_h = env->hpos - max_drift; in set_char()
381 cur_h = env->hpos + max_drift; in set_char()
389 cur_h += scale(f->get_width(idx, UNITWIDTH)/MULTIPLIER, in set_char()
391 if (cur_h > max_h) in set_char()
392 max_h = cur_h; in set_char()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog3939 Set color after initialization of `cur_h' and `cur_v'.