OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wsfont
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
vga.c
58
#include <dev/
wsfont
/
wsfont
.h>
78
struct wsdisplay_font *
wsfont
;
member in struct:egavga_font
79
int cookie; /*
wsfont
handle, -1 invalid */
86
.
wsfont
= &_vga_builtinfont,
316
(f->
wsfont
->encoding == WSDISPLAY_FONTENC_IBM || \
317
f->
wsfont
->encoding == WSDISPLAY_FONTENC_ISO || \
318
f->
wsfont
->encoding == WSDISPLAY_FONTENC_ISO2 || \
319
f->
wsfont
->encoding == WSDISPLAY_FONTENC_ISO7 || \
320
f->
wsfont
->encoding == WSDISPLAY_FONTENC_KOI8_R
[
all
...]
/src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c
80
struct wsdisplay_font
wsfont
;
member in struct:hd64461video_font
883
struct wsdisplay_font *font = &sc->sc_font.
wsfont
;
918
struct wsdisplay_font *font = &sc->sc_font.
wsfont
;
/src/sys/arch/amiga/dev/
amidisplaycc.c
66
#include <dev/
wsfont
/
wsfont
.h>
301
const struct wsdisplay_font *
wsfont
;
member in struct:amidisplaycc_screen
626
fontreal = scr->
wsfont
->data;
627
fontlow = scr->
wsfont
->firstchar;
628
fonthigh = fontlow + scr->
wsfont
->numchars - 1;
630
fontheight = uimin(scr->fontheight, scr->
wsfont
->fontheight);
638
fontreal += scr->
wsfont
->fontheight * (ch - fontlow);
1330
scr->
wsfont
= NULL;
1338
if (scr->
wsfont
== NULL
1869
struct wsdisplay_font *
wsfont
;
local in function:amidisplaycc_setfont
[
all
...]
Completed in 15 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025