OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fontlow
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/amiga/dev/
amidisplaycc.c
588
int
fontlow
;
local in function:amidisplaycc_putchar
627
fontlow
= scr->wsfont->firstchar;
628
fonthigh =
fontlow
+ scr->wsfont->numchars - 1;
634
if (ch <
fontlow
|| ch > fonthigh)
635
ch =
fontlow
;
638
fontreal += scr->wsfont->fontheight * (ch -
fontlow
);
Completed in 100 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025