Lines Matching refs:cur_v
122 int cur_v; member in dvi_printer
274 cur_v = pushed_v; in end_of_line()
283 pushed_v = cur_v; in possibly_begin_line()
381 if (env->vpos != cur_v) { in set_char()
382 out_signed(down1, env->vpos - cur_v); in set_char()
383 cur_v = env->vpos; in set_char()
391 if (cur_v > max_v) in set_char()
392 max_v = cur_v; in set_char()
509 cur_v = font::res; in begin_page()
571 if (v != cur_v) { in moveto()
572 out_signed(down1, v - cur_v); in moveto()
573 cur_v = v; in moveto()
574 if (cur_v > max_v) in moveto()
575 max_v = cur_v; in moveto()