Searched refs:WSDISPLAY_FONTORDER_L2R (Results 1 – 14 of 14) sorted by relevance
/openbsd/sys/dev/wsfont/ |
H A D | spleen5x8.h | 40 .bitorder = WSDISPLAY_FONTORDER_L2R, 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen6x12.h | 40 .bitorder = WSDISPLAY_FONTORDER_L2R, 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen8x16.h | 40 .bitorder = WSDISPLAY_FONTORDER_L2R, 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | gallant12x22.h | 50 .bitorder = WSDISPLAY_FONTORDER_L2R, 51 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen12x24.h | 40 .bitorder = WSDISPLAY_FONTORDER_L2R, 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen16x32.h | 40 .bitorder = WSDISPLAY_FONTORDER_L2R, 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen8x16-ibm.h | 40 .bitorder = WSDISPLAY_FONTORDER_L2R, 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen32x64.h | 40 .bitorder = WSDISPLAY_FONTORDER_L2R, 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
/openbsd/usr.sbin/wsfontload/ |
H A D | wsfontload.c | 47 #define DEFBITORDER WSDISPLAY_FONTORDER_L2R 48 #define DEFBYTEORDER WSDISPLAY_FONTORDER_L2R
|
/openbsd/sys/arch/armv7/exynos/ |
H A D | exdisplay.c | 216 WSDISPLAY_FONTORDER_L2R, WSDISPLAY_FONTORDER_L2R); in exdisplay_setup_rasops()
|
/openbsd/sys/dev/wscons/ |
H A D | wsconsio.h | 548 #define WSDISPLAY_FONTORDER_L2R 1 macro
|
/openbsd/sys/dev/pci/ |
H A D | tga.c | 379 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 D | rasops.c | 245 WSDISPLAY_FONTORDER_L2R, WSDISPLAY_FONTORDER_L2R) <= 0) { in rasops_init()
|
/openbsd/sys/dev/ic/ |
H A D | vga.c | 940 data->bitorder = data->byteorder = WSDISPLAY_FONTORDER_L2R; in vga_list_font()
|