Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/wsfontload/
Dwsfontload.c46 #define DEFENC WSDISPLAY_FONTENC_ISO
70 {"iso", WSDISPLAY_FONTENC_ISO},
/openbsd/src/sys/dev/wsfont/
Dspleen16x32.h36 .encoding = WSDISPLAY_FONTENC_ISO,
Dgallant12x22.h46 .encoding = WSDISPLAY_FONTENC_ISO,
Dspleen12x24.h36 .encoding = WSDISPLAY_FONTENC_ISO,
Dspleen5x8.h36 .encoding = WSDISPLAY_FONTENC_ISO,
Dspleen32x64.h36 .encoding = WSDISPLAY_FONTENC_ISO,
Dspleen6x12.h36 .encoding = WSDISPLAY_FONTENC_ISO,
Dspleen8x16.h36 .encoding = WSDISPLAY_FONTENC_ISO,
Dwsfont.c738 if (font->encoding == WSDISPLAY_FONTENC_ISO) in wsfont_map_unichar()
/openbsd/src/sys/dev/wscons/
Dwsconsio.h542 #define WSDISPLAY_FONTENC_ISO 0 macro
/openbsd/src/sys/dev/rasops/
Drasops.c517 if (ri->ri_font->encoding != WSDISPLAY_FONTENC_ISO) { in rasops_mapchar()
1813 if (font->encoding != WSDISPLAY_FONTENC_ISO) in rasops_add_font()
/openbsd/src/sys/dev/ic/
Dvga.c1108 case WSDISPLAY_FONTENC_ISO: in _vga_mapchar()