Home
last modified time | relevance | path

Searched refs:BORDER_PIXELS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/font/
H A Dfont.c260 *rows = (height - BORDER_PIXELS) / font->height; in set_font()
261 *cols = (width - BORDER_PIXELS) / font->width; in set_font()
277 if ((((*rows * font->height) + BORDER_PIXELS) <= height) && in set_font()
278 (((*cols * font->width) + BORDER_PIXELS) <= width)) { in set_font()
288 *rows = (height - BORDER_PIXELS) / font->height; in set_font()
289 *cols = (width - BORDER_PIXELS) / font->width; in set_font()
308 *rows = (height - BORDER_PIXELS) / font->height; in set_font()
309 *cols = (width - BORDER_PIXELS) / font->width; in set_font()
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h126 #define BORDER_PIXELS 10 /* space from screen border */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c591 tems_setup_font(16 * tp->height + BORDER_PIXELS, in tems_setup_terminal()
592 8 * tp->width + BORDER_PIXELS); in tems_setup_terminal()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c971 16 * height + BORDER_PIXELS, in vgatext_init()
972 8 * width + BORDER_PIXELS); in vgatext_init()
/illumos-gate/usr/src/boot/common/
H A Dtem.c505 tems_setup_font(16 * tp->height + BORDER_PIXELS, in tems_setup_terminal()
506 8 * tp->width + BORDER_PIXELS); in tems_setup_terminal()