OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FONT_WIDTH
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
curses.c
41
#define
FONT_WIDTH
8
108
ds->surface->width = width *
FONT_WIDTH
;
172
ds->surface->width =
FONT_WIDTH
* width;
200
ds->surface->width =
FONT_WIDTH
* width;
console.c
343
#define
FONT_WIDTH
8
496
ds_get_linesize(ds) * y * FONT_HEIGHT + bpp * x *
FONT_WIDTH
;
554
s->width = s->g_width /
FONT_WIDTH
;
590
if (s->update_x0 > x *
FONT_WIDTH
)
591
s->update_x0 = x *
FONT_WIDTH
;
594
if (s->update_x1 < (x + 1) *
FONT_WIDTH
)
595
s->update_x1 = (x + 1) *
FONT_WIDTH
;
759
s->width *
FONT_WIDTH
,
762
s->width *
FONT_WIDTH
, FONT_HEIGHT,
766
s->update_x1 = s->width *
FONT_WIDTH
;
[
all
...]
Completed in 27 milliseconds