Searched refs:vpos (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp177 int moveto(int hpos, int vpos);
178 int moveto1(int hpos, int vpos);
194 int lj4_printer::moveto(int hpos, int vpos) argument
196 if (cur_hpos != hpos || cur_vpos != vpos || cur_hpos < 0)
197 return moveto1(hpos, vpos);
317 if (!moveto(env->hpos, env->vpos))
325 int lj4_printer::moveto1(int hpos, int vpos) argument
327 if (hpos < x_offset || vpos < 0)
331 printf("%dx%dY", hpos - x_offset, vpos);
335 hpos - cur_hpos, vpos
354 int vpos = env->vpos; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp77 void polygon( int hpos,int vpos,int np,int *p);
341 if ((env->hpos != cur_hpos) || (env->vpos != cur_vpos)) {
342 // lbpmoveabs(env->hpos - ((5 * 300) / 16), env->vpos);
343 lbpmoveabs(env->hpos - 64, env->vpos - 64);
344 cur_vpos = env->vpos;
400 inline void lbp_printer::polygon(int hpos, int vpos, int np, int *p) argument
405 points[1] = vpos;
438 vdmline(env->hpos, env->vpos, p[0], p[1]);
440 env->hpos - 64,env->vpos -64, env->hpos - 64 + p[0],
441 env->vpos
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp369 env->hpos, env->vpos,
389 int vpos; local
391 vpos = cached_vpos;
395 vpos = v / font::vert;
396 if (vpos > nlines) {
398 lines = new glyph *[vpos + 1];
400 for (int i = nlines; i <= vpos; i++)
403 nlines = vpos + 1;
407 if (vpos <= 0) {
412 cached_vpos = vpos;
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp381 if (env->vpos != cur_v) {
382 out_signed(down1, env->vpos - cur_v);
383 cur_v = env->vpos;
559 moveto(env->hpos, env->vpos);
599 y = env->vpos + p[1] + thickness/2;
605 y = env->vpos + thickness/2;
613 y = env->vpos + thickness/2;
619 y = env->vpos + thickness/2;
650 int ov = env->vpos;
718 moveto(env->hpos+p[0]/2, env->vpos);
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A Dprinter.h45 int vpos; member in struct:environment
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp493 e_copy->vpos = e->vpos;
1020 current_env->vpos += (*args)[i];
1588 current_env->vpos = -1;
1766 pr->end_page(current_env->vpos);
1769 current_env->vpos = 0;
1808 current_env->vpos += (EnvInt) get_integer_arg();
1811 current_env->vpos = (EnvInt) get_integer_arg();
1827 pr->end_page(current_env->vpos);
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.cpp705 && sbuf_vpos == env->vpos
755 sbuf_vpos = env->vpos;
1103 .put_fix_number(env->vpos)
1120 .put_fix_number(p[1] + env->vpos)
1122 .put_fix_number(env->vpos)
1136 .put_fix_number(env->vpos)
1159 .put_fix_number(env->vpos)
1185 .put_fix_number(env->vpos)
1221 .put_fix_number(env->vpos + int(c[1]))
1228 .put_fix_number(p[1] + p[3] + env->vpos)
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_peap.c782 const u8 *pos, *vpos; local
832 vpos = pos + 4;
833 mandatory = !!(vpos[0] & 0x80);
834 tlv_type = vpos[0] & 0x3f;
835 tlv_type = (tlv_type << 8) | vpos[1];
836 vtlv_len = ((int) vpos[2] << 8) | vpos[3];
837 vpos += 4;
838 if (vpos + vtlv_len > pos + left) {
846 soh_tlv = vpos;
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c280 int vpos, hpos; local
307 &vpos, &hpos)) &&
308 ((vpos >= (99 * rdev->mode_info.crtcs[crtc_id]->base.hwmode.crtc_vdisplay)/100) ||
309 (vpos < 0 && !ASIC_IS_AVIVO(rdev)))) {
1539 * \param *vpos Location where vertical scanout position should be stored.
1542 * Returns vpos as a positive number while in active scanout area.
1543 * Returns vpos as a negative number inside vblank, counting the number
1556 int radeon_get_crtc_scanoutpos(struct drm_device *dev, int crtc, int *vpos, int *hpos) argument
1626 /* Only retrieve vpos from upper 16 bits, set hpos == 0. */
1647 *vpos
[all...]
H A Dradeon_drv.c85 int *vpos, int *hpos);
H A Dradeon_pm.c788 int crtc, vpos, hpos, vbl_status; local
796 vbl_status = radeon_get_crtc_scanoutpos(rdev->ddev, crtc, &vpos, &hpos);
H A Dradeon_mode.h634 int *vpos, int *hpos);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp419 vunits vpos(V0);
422 vpos += ln->distance();
423 ln->output(out, vpos);
424 vpos += ln->height();
H A Dnode.cpp750 units vpos; member in class:troff_output_file
805 int get_vpos() { return vpos; }
876 vpos = v.to_units();
937 vpos += n.to_units();
944 put(vpos);
963 if (vpos != output_vpos) {
964 units n = vpos - output_vpos;
965 if (n > 0 && n < vpos) {
971 put(vpos);
976 output_vpos = vpos;
4684 int vpos = out->get_vpos(); local
4732 int vpos = out->get_vpos(); local
4809 int vpos = out->get_vpos(); local
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_irq.c554 int vpos, hpos, i; local
602 /* Get vertical and horizontal scanout pos. vpos, hpos. */
603 vbl_status = dev->driver->get_scanout_position(dev, crtc, &vpos, &hpos);
638 * vpos is >=0 in video scanout area, but negative
648 delta_ns = (s64) vpos * linedur_ns + (s64) hpos * pixeldur_ns;
650 /* Is vpos outside nominal vblank area, but less than
661 ((vdisplay - vpos) < vtotal / 100)) {
681 crtc, (int)vbl_status, hpos, vpos, (uintmax_t)raw_time.tv_sec,
H A DdrmP.h782 * \param *vpos Target location for current vertical scanout position.
785 * Returns vpos as a positive number while in active scanout area.
786 * Returns vpos as a negative number inside vblank, counting the number
800 int *vpos, int *hpos);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c184 int *vpos, int *hpos)
212 *vpos = position & 0x1fff;
222 *vpos = position / htotal;
223 *hpos = position - (*vpos * htotal);
233 if ((*vpos < vbl_start) || (*vpos > vbl_end))
237 if (in_vbl && (*vpos >= vbl_start))
238 *vpos = *vpos - vtotal;
183 i915_get_crtc_scanoutpos(struct drm_device *dev, int pipe, int *vpos, int *hpos) argument
H A Dintel_sdvo_regs.h607 unsigned int vpos:1; member in struct:intel_sdvo_enhancements_reply
H A Dintel_sdvo.c170 struct drm_property *vpos; member in struct:intel_sdvo_connector
1804 if (intel_sdvo_connector->vpos)
1805 drm_property_destroy(dev, intel_sdvo_connector->vpos);
1976 CHECK_PROPERTY(vpos, VPOS)
2587 ENHANCEMENT(vpos, VPOS);
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp4103 env->hpos, env->vpos, env->hpos+p[0], env->vpos+p[1], line_thickness);
4363 if (((! sbuf.empty()) && (sty == sbuf_style) && (sbuf_vpos == env->vpos))
4374 sbuf_vpos = env->vpos;
4857 env->vpos-env->size*r/72, env->hpos,
4858 env->vpos , env->hpos,
4882 env->vpos-env->size*r/72, env->hpos,
4883 env->vpos , env->hpos,
4897 handle_assertion(env->vpos-env->size*r/72, env->hpos,
4898 env->vpos, en
[all...]

Completed in 177 milliseconds