OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theQD
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h
50
extern QDGlobals *
theQD
;
SDL_macevents.c
79
SetCursor(&
theQD
->arrow);
275
DragWindow(win, event.where, &
theQD
->screenBits.bounds);
307
newSize = GrowWindow(win, event.where, &
theQD
->screenBits.bounds);
311
EraseRect ( &
theQD
->screenBits.bounds );
322
EraseRect ( &
theQD
->screenBits.bounds );
737
struct QDGlobals *
theQD
= NULL;
744
theQD
= the_qd;
Completed in 731 milliseconds