OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fontbase
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
video.c
89
int
fontbase
= c * 16;
local in function:wrtchar
94
if ((font[
fontbase
+ y] >> (FONT_WIDTH - x)) & 1)
/src/sys/arch/hp300/stand/common/
ite_sti.c
50
uint32_t
fontbase
;
member in struct:__anon6b387c450108
219
a.in.font_addr = (uint32_t *)((uint8_t *)ip->fbbase + sti.
fontbase
);
316
uint32_t
fontbase
;
local in function:sti_fontinfo
319
fontbase
= sti.
fontbase
= parseword1(fbbase, 0x30) & ~3;
320
ip->ftwidth = (uint8_t)fbbase[
fontbase
+ 0x13];
321
ip->ftheight = (uint8_t)fbbase[
fontbase
+ 0x17];
/src/sys/dev/usb/
udl.c
1167
uint8_t *
fontbase
;
local in function:udl_draw_char
1172
fontbase
= (uint8_t *)font->data + (uc - font->firstchar) *
1179
fontbits |=
fontbase
[3];
1182
fontbits |=
fontbase
[2] << 8;
1185
fontbits |=
fontbase
[1] << 16;
1188
fontbits |=
fontbase
[0] << 24;
1190
fontbase
+= font->stride;
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025