OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytesperscanline
(Results
1 - 7
of
7
) sorted by null
/external/qemu-pc-bios/vgabios/
vbe.h
57
Bit16u
BytesPerScanLine
;
111
Bit16u
BytesPerScanLine
;
vbetables-gen.c
143
printf("/*Bit16u
BytesPerScanLine
*/ %d,\n", pitch);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h
72
int
bytesPerScanline
;
/external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h
52
short
BytesPerScanLine
; /* Bytes per scanline */
lfbprof.c
509
bytesperline = modeInfo.
BytesPerScanLine
;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c
331
modes[i].
bytesPerScanline
= info.bytes_per_scanline;
409
dev->mode.
bytesPerScanline
= info.bytes_per_scanline;
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c
251
mode->verticalRefresh, mode->
bytesPerScanline
, mode->num);
509
memory_pitch = mode->mode.
bytesPerScanline
;
Completed in 110 milliseconds