Searched defs:BORDER_PIXELS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1977 #define BORDER_PIXELS 10 macro
1988 * as a border around the text window (BORDER_PIXELS = 2),
1995 if ((((*rows * fl->data->height) + BORDER_PIXELS) <= height) &&
1996 (((*cols * fl->data->width) + BORDER_PIXELS) <= width)) {

Completed in 76 milliseconds