OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_font
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/wscons/
wscons_rinit.c
64
rc->
rc_font
= fp;
67
rc->rc_font_ascent = -(rc->
rc_font
->chars)['a'].homey;
76
if (rc->
rc_font
->chars[ch].r == 0)
79
n = rc->
rc_font
->chars[ch].r->linelongs *
80
rc->
rc_font
->chars[ch].r->height;
81
pix = rc->
rc_font
->chars[ch].r->pixels;
105
i = rp->height / rc->
rc_font
->height;
108
i = rp->width / rc->
rc_font
->width;
113
((rp->width - rc->rc_maxcol * rc->
rc_font
->width) / 2) & ~0x1f;
115
(rp->height - rc->rc_maxrow * rc->
rc_font
->height) / 2
[
all
...]
wscons_rops.c
77
x = col * rc->
rc_font
->width + rc->rc_xorigin;
78
y = row * rc->
rc_font
->height + rc->rc_yorigin;
83
rc->
rc_font
->chars[(int)' '].r->width,
84
rc->
rc_font
->chars[(int)' '].r->height,
86
rc->
rc_font
->width, rc->
rc_font
->height,
116
x = col * rc->
rc_font
->width + rc->rc_xorigin;
117
y = row * rc->
rc_font
->height + rc->rc_font_ascent + rc->rc_yorigin;
123
raster_textn(rc->rc_sp, x, y, op, rc->
rc_font
, &help, 1);
153
y = rc->rc_yorigin + rc->
rc_font
->height * row
[
all
...]
wscons_raster.h
57
struct raster_font *
rc_font
; /* font and related info */
member in struct:rcons
Completed in 33 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025