OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destscr
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c
865
void *
destscr
;
local
869
destscr
= VDI_screen;
872
destscr
= GEM_buffer2;
890
destination =
destscr
;
978
void *
destscr
;
local
982
destscr
= VDI_screen;
985
destscr
= GEM_buffer2;
990
surface->pixels,
destscr
,
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c
780
void *
destscr
;
local
784
destscr
= XBIOS_screens[XBIOS_fbnum];
785
destscr
+= XBIOS_pitch * ((XBIOS_height - surface->h) >> 1);
788
destscr
+= destx;
793
destscr
,
Completed in 24 milliseconds