Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt_font.c45 #define VTFONT_MAXGLYPHSIZE 2097152 macro
187 if (glyphsize > VTFONT_MAXGLYPHSIZE) in vtfont_load()