Home
last modified time | relevance | path

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

/openbsd/sys/dev/wsfont/
H A Dspleen5x8.h40 .bitorder = WSDISPLAY_FONTORDER_L2R,
41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen6x12.h40 .bitorder = WSDISPLAY_FONTORDER_L2R,
41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen8x16.h40 .bitorder = WSDISPLAY_FONTORDER_L2R,
41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dgallant12x22.h50 .bitorder = WSDISPLAY_FONTORDER_L2R,
51 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen12x24.h40 .bitorder = WSDISPLAY_FONTORDER_L2R,
41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen16x32.h40 .bitorder = WSDISPLAY_FONTORDER_L2R,
41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen8x16-ibm.h40 .bitorder = WSDISPLAY_FONTORDER_L2R,
41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen32x64.h40 .bitorder = WSDISPLAY_FONTORDER_L2R,
41 .byteorder = WSDISPLAY_FONTORDER_L2R,
/openbsd/usr.sbin/wsfontload/
H A Dwsfontload.c47 #define DEFBITORDER WSDISPLAY_FONTORDER_L2R
48 #define DEFBYTEORDER WSDISPLAY_FONTORDER_L2R
/openbsd/sys/arch/armv7/exynos/
H A Dexdisplay.c216 WSDISPLAY_FONTORDER_L2R, WSDISPLAY_FONTORDER_L2R); in exdisplay_setup_rasops()
/openbsd/sys/dev/wscons/
H A Dwsconsio.h548 #define WSDISPLAY_FONTORDER_L2R 1 macro
/openbsd/sys/dev/pci/
H A Dtga.c379 WSDISPLAY_FONTORDER_R2L, WSDISPLAY_FONTORDER_L2R) <= 0) {
812 WSDISPLAY_FONTORDER_R2L, WSDISPLAY_FONTORDER_L2R) <= 0) in tga_load_font()
/openbsd/sys/dev/rasops/
H A Drasops.c245 WSDISPLAY_FONTORDER_L2R, WSDISPLAY_FONTORDER_L2R) <= 0) { in rasops_init()
/openbsd/sys/dev/ic/
H A Dvga.c940 data->bitorder = data->byteorder = WSDISPLAY_FONTORDER_L2R; in vga_list_font()