OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:si_fontw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/tc/
sticvar.h
96
int
si_fontw
;
member in struct:stic_info
stic.c
331
si->
si_fontw
= si->si_font->fontwidth;
333
si->si_consw = (1280 / si->
si_fontw
) & ~1;
339
if ((u_int)si->si_fonth > 32 || (u_int)si->
si_fontw
> 16)
468
for (c = r & 1; c < si->
si_fontw
; c += 2) {
801
col = (col * si->
si_fontw
) << 19;
802
num = (num * si->
si_fontw
) << 19;
950
num = (num * si->
si_fontw
) << 3;
951
src = row | ((src * si->
si_fontw
) << 19);
952
dst = row | ((dst * si->
si_fontw
) << 19);
1124
ss->ss_curx = col * si->
si_fontw
;
[
all
...]
Completed in 44 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025