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

/freebsd-11-stable/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp180 int cur_hpos; member in class:lj4_printer
196 if (cur_hpos != hpos || cur_vpos != vpos || cur_hpos < 0)
215 : cur_hpos(-1),
267 cur_hpos = -1;
272 cur_hpos = -1; // force absolute motion
322 cur_hpos += w;
330 if (cur_hpos < 0)
333 if (cur_hpos != hpos)
334 printf("%s%d%c", hpos > cur_hpos
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp82 int cur_hpos; member in class:lbp_printer
149 cur_hpos(-1),
228 cur_hpos = -1;
233 cur_hpos = -1; // force absolute motion
341 if ((env->hpos != cur_hpos) || (env->vpos != cur_vpos)) {
345 cur_hpos = env->hpos;
350 cur_hpos += w;
455 cur_hpos = p[0];
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c190 u32 max_hpos, cur_hpos; member in struct:intel_sdvo_connector

Completed in 61 milliseconds