Searched refs:border (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/share/examples/printing/
H A Dmake-ps-header13 border=72
43 % Make a thick, unpleasant border around the edge of the paper.
45 $border $border moveto
46 $page_width $border 2 mul sub 0 rlineto
47 0 $page_height $border 2 mul sub rlineto
49 $border 2 mul $page_width sub 0 rlineto closepath
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_lvds.c192 u32 border, sync_pos, blank_width, sync_width; local
199 border = (mode->hdisplay - width + 1) / 2;
200 border += border & 1; /* make the border even */
203 mode->crtc_hblank_start = width + border;
216 u32 border, sync_pos, blank_width, sync_width; local
223 border = (mode->vdisplay - height + 1) / 2;
226 mode->crtc_vblank_start = height + border;
258 u32 pfit_control = 0, pfit_pgm_ratios = 0, border local
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1934 BORDER = 'border',
2098 // Attempt to detect the correct border side colour from various elements, left-to-right precedance
2102 // Reset background and border colours
2119 hyp = [ (this.border / base) * smallHyp, (this.border / height) * smallHyp ];
2121 hyp[2] = Math.sqrt( pow(hyp[0], 2) - pow(this.border, 2) );
2122 hyp[3] = Math.sqrt( pow(hyp[1], 2) - pow(this.border, 2) );
2186 coords, translate, newSize, border;
2214 // Detect border width, taking into account colours
2216 // Grab border widt
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py104 border=3)
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c388 /* The user can set a border in chars - default is 1 char width */
390 TUNABLE_INT_FETCH("hw.syscons.border", &cborder);
529 ofwfb_set_border8(video_adapter_t *adp, int border) argument
538 bground = ofwfb_background(border);
572 ofwfb_set_border32(video_adapter_t *adp, int border) argument
575 return (ofwfb_blank_display32(adp, border));
579 ofwfb_set_border(video_adapter_t *adp, int border) argument
585 return ((*sc->sc_set_border)(adp, border));
/freebsd-11-stable/sys/dev/fb/
H A Dcreator.c605 creator_set_border(video_adapter_t *adp, int border) argument
610 creator_fill_rect(adp, border, 0, 0, sc->sc_width, sc->sc_ymargin);
611 creator_fill_rect(adp, border, 0, sc->sc_height - sc->sc_ymargin,
613 creator_fill_rect(adp, border, 0, 0, sc->sc_xmargin, sc->sc_height);
614 creator_fill_rect(adp, border, sc->sc_width - sc->sc_xmargin, 0,
H A Dfbreg.h126 typedef int vi_set_border_t(video_adapter_t *adp, int border);
221 #define vidd_set_border(adp, border) \
222 (*vidsw[(adp)->va_index]->set_border)((adp), (border))
H A Dmachfb.c749 machfb_set_border(video_adapter_t *adp, int border) argument
755 machfb_fill_rect(adp, border, 0, 0, sc->sc_width, sc->sc_ymargin);
756 machfb_fill_rect(adp, border, 0, sc->sc_height - sc->sc_ymargin,
758 machfb_fill_rect(adp, border, 0, 0, sc->sc_xmargin, sc->sc_height);
759 machfb_fill_rect(adp, border, sc->sc_width - sc->sc_xmargin, 0,
/freebsd-11-stable/sys/kern/
H A Dsubr_inflate.c298 static const unsigned border[] = { variable
879 ll[border[j]] = (unsigned) b & 7;
883 ll[border[j]] = 0;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c508 am335x_syscons_set_border(video_adapter_t *adp, int border) argument
510 return (am335x_syscons_blank_display(adp, border));
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c215 terasic_mtl_vidsw_set_border(video_adapter_t *adp, int border) argument
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua209 -- Just inside the left border on top
212 -- Just inside the right border on top
/freebsd-11-stable/sys/dev/syscons/
H A Dscvidctl.c410 sc_set_border(scp, scp->border);
835 case KDSBORDER: /* set border color of this (virtual) console */
836 scp->border = *(int *)data;
838 sc_set_border(scp, scp->border);
H A Dsyscons.c201 static int set_scrn_saver_mode(scr_stat *scp, int mode, u_char *pal, int border);
532 sc_set_border(scp, scp->border);
996 ptr->mv_ovscan = scp->border;
2456 set_scrn_saver_mode(scr_stat *scp, int mode, u_char *pal, int border) argument
2481 sc_set_border(scp, border);
2934 sc_set_border(scp, scp->border);
3549 scp->border = (SC_NORM_ATTR >> 4) & 0x0f;
4031 sc_set_border(scp, scp->border);
H A Dsyscons.h344 u_char border; /* border color */ member in struct:scr_stat
H A Dscvgarndr.c1082 * the border. Determine the overlap, and do nothing if it is empty.
1097 outw(GDCIDX, (scp->border << 8) | 0x00); /* set/reset */
1123 * Determine overlap with the border and then if removing, do nothing
1144 * Repaint overlap with the border and nearby. Unlike in the planar
/freebsd-11-stable/sys/pc98/cbus/
H A Dscterm-sck.c799 case 'A': /* set display border color */
801 scp->border=tcp->param[0] & 0xff;
803 sc_set_border(scp, scp->border);
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c708 versatilefb_set_border(video_adapter_t *adp, int border) argument
710 return (versatilefb_blank_display(adp, border));
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c600 bcmfb_set_border(video_adapter_t *adp, int border) argument
602 return (bcmfb_blank_display(adp, border));
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c647 ipu3fb_set_border(video_adapter_t *adp, int border) argument
650 return (ipu3fb_blank_display(adp, border));
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c473 xboxfb_set_border(video_adapter_t *adp, int border) argument
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile625 curs_border.3 border.3 \
/freebsd-11-stable/sys/libkern/
H A Dzlib.c3565 uInt index; /* index into blens (or border) */
3636 local const uInt border[] = { /* Order of the bit length code lengths */ variable
3863 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
3867 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;
/freebsd-11-stable/contrib/dialog/
H A Dutil.c105 DATA(A_REVERSE, BORDER, border, "Dialog box border"),
113 DATA(A_REVERSE, INPUTBOX_BORDER, inputbox_border, "Input box border"),
116 DATA(A_REVERSE, SEARCHBOX_BORDER, searchbox_border, "Search box border"),
119 DATA(A_REVERSE, MENUBOX_BORDER, menubox_border, "Menu box border"),
945 int lm = (2 * MARGIN); /* left margin (box-border plus a space) */
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c363 report_return(border(ls, rs, ts, bs, tl, tr, bl, br));

Completed in 222 milliseconds

12