OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XResolution
(Results
1 - 4
of
4
) sorted by null
/external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h
53
short
XResolution
; /* Horizontal resolution */
lfbprof.c
473
modeInfo.
XResolution
, modeInfo.YResolution,
505
if (modeInfo.
XResolution
!= x || modeInfo.YResolution != y)
/external/qemu-pc-bios/vgabios/
vbe.h
59
Bit16u
XResolution
;
113
Bit16u
XResolution
;
vbe.c
860
size_64k = (Bit16u)((Bit32u)cur_info->info.
XResolution
* cur_info->info.
XResolution
* cur_info->info.BitsPerPixel) >> 19;
862
if ((cur_info->info.
XResolution
<= dispi_get_max_xres()) &&
873
printf("VBE mode %x (xres=%x / bpp=%02x) not supported \n", cur_info->mode,cur_info->info.
XResolution
,cur_info->info.BitsPerPixel);
1005
cur_info->info.
XResolution
,
1019
dispi_set_xres(cur_info->info.
XResolution
);
[
all
...]
Completed in 219 milliseconds