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

12

/freebsd-10.1-release/contrib/libyaml/doc/html/
H A Ddoxygen.css67 border: 1px solid #A3B4D7;
106 border: 1px double #869DCA;
140 border: 1px solid #C4CFE5;
157 border: solid thin #333;
158 border-radius: 0.5em;
159 -webkit-border-radius: .5em;
160 -moz-border-radius: .5em;
194 border: 1px solid #C4CFE5;
201 border: 1px solid #C4CFE5;
230 border
[all...]
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css34 border-bottom : 1px solid #84B0C7;
88 border-width : 0px;
100 border : none;
101 border-bottom : 1px solid #84B0C7;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css34 border-bottom : 1px solid #84B0C7;
88 border-width : 0px;
100 border : none;
101 border-bottom : 1px solid #84B0C7;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css34 border-bottom : 1px solid #84B0C7;
88 border-width : 0px;
100 border : none;
101 border-bottom : 1px solid #84B0C7;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css34 border-bottom : 1px solid #84B0C7;
88 border-width : 0px;
100 border : none;
101 border-bottom : 1px solid #84B0C7;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css34 border-bottom : 1px solid #84B0C7;
88 border-width : 0px;
100 border : none;
101 border-bottom : 1px solid #84B0C7;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css34 border-bottom : 1px solid #84B0C7;
88 border-width : 0px;
100 border : none;
101 border-bottom : 1px solid #84B0C7;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css34 border-bottom : 1px solid #84B0C7;
88 border-width : 0px;
100 border : none;
101 border-bottom : 1px solid #84B0C7;
/freebsd-10.1-release/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-10.1-release/sys/dev/drm2/i915/
H A Dintel_lvds.c176 u32 border, sync_pos, blank_width, sync_width; local
183 border = (mode->hdisplay - width + 1) / 2;
184 border += border & 1; /* make the border even */
187 mode->crtc_hblank_start = width + border;
200 u32 border, sync_pos, blank_width, sync_width; local
207 border = (mode->vdisplay - height + 1) / 2;
210 mode->crtc_vblank_start = height + border;
241 u32 pfit_control = 0, pfit_pgm_ratios = 0, border local
[all...]
/freebsd-10.1-release/contrib/mdocml/
H A Dstyle.css26 table.foot { font-size: smaller; margin-top: 1em; border-top: 1px dotted #dddddd; } /* Document footer. */
29 table.head { font-size: smaller; margin-bottom: 1em; border-bottom: 1px dotted #dddddd; } /* Document header. */
/freebsd-10.1-release/sys/powerpc/wii/
H A Dwii_fbvar.h788 wiifb_hborderend_write(struct wiifb_softc *sc, uint16_t border) argument
793 *reg = border;
803 wiifb_hborderstart_write(struct wiifb_softc *sc, uint16_t border) argument
808 *reg = border;
H A Dwii_fb.c675 wiifb_set_border(video_adapter_t *adp, int border) argument
678 return (wiifb_blank_display(adp, border));
/freebsd-10.1-release/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-10.1-release/sys/dev/fb/
H A Dcreator.c606 creator_set_border(video_adapter_t *adp, int border) argument
611 creator_fill_rect(adp, border, 0, 0, sc->sc_width, sc->sc_ymargin);
612 creator_fill_rect(adp, border, 0, sc->sc_height - sc->sc_ymargin,
614 creator_fill_rect(adp, border, 0, 0, sc->sc_xmargin, sc->sc_height);
615 creator_fill_rect(adp, border, sc->sc_width - sc->sc_xmargin, 0,
H A Dfbreg.h146 typedef int vi_set_border_t(video_adapter_t *adp, int border);
241 #define vidd_set_border(adp, border) \
242 (*vidsw[(adp)->va_index]->set_border)((adp), (border))
H A Dmachfb.c750 machfb_set_border(video_adapter_t *adp, int border) argument
756 machfb_fill_rect(adp, border, 0, 0, sc->sc_width, sc->sc_ymargin);
757 machfb_fill_rect(adp, border, 0, sc->sc_height - sc->sc_ymargin,
759 machfb_fill_rect(adp, border, 0, 0, sc->sc_xmargin, sc->sc_height);
760 machfb_fill_rect(adp, border, sc->sc_width - sc->sc_xmargin, 0,
/freebsd-10.1-release/sys/kern/
H A Dinflate.c298 static const unsigned border[] = { variable
874 ll[border[j]] = (unsigned) b & 7;
878 ll[border[j]] = 0;
/freebsd-10.1-release/contrib/ncurses/man/
H A Dman_db.renames44 curs_border.3x border.3ncurses
/freebsd-10.1-release/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c510 am335x_syscons_set_border(video_adapter_t *adp, int border) argument
512 return (am335x_syscons_blank_display(adp, border));
/freebsd-10.1-release/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c215 terasic_mtl_vidsw_set_border(video_adapter_t *adp, int border) argument
/freebsd-10.1-release/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);
/freebsd-10.1-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c736 bcmfb_set_border(video_adapter_t *adp, int border) argument
738 return (bcmfb_blank_display(adp, border));
/freebsd-10.1-release/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-10.1-release/sys/arm/versatile/
H A Dversatile_clcd.c727 versatilefb_set_border(video_adapter_t *adp, int border) argument
729 return (versatilefb_blank_display(adp, border));

Completed in 187 milliseconds

12