Searched refs:BORDER_PIXELS (Results 1 – 5 of 5) sorted by relevance
260 *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()
126 #define BORDER_PIXELS 10 /* space from screen border */ macro
591 tems_setup_font(16 * tp->height + BORDER_PIXELS, in tems_setup_terminal()592 8 * tp->width + BORDER_PIXELS); in tems_setup_terminal()
971 16 * height + BORDER_PIXELS, in vgatext_init()972 8 * width + BORDER_PIXELS); in vgatext_init()
505 tems_setup_font(16 * tp->height + BORDER_PIXELS, in tems_setup_terminal()506 8 * tp->width + BORDER_PIXELS); in tems_setup_terminal()