OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thePort
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m
132
CGrafPtr
thePort
= [ window_view qdPort ];
133
LockPortBits (
thePort
);
135
SDL_VideoSurface->pixels = GetPixBaseAddr ( GetPortPixMap (
thePort
) );
136
SDL_VideoSurface->pitch = GetPixRowBytes ( GetPortPixMap (
thePort
) );
151
UnlockPortBits (
thePort
);
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c
634
CGrafPtr
thePort
;
643
thePort
= GetWindowPort(SDL_Window);
651
winBits = GetPortBitMapForCopyBits(
thePort
);
664
if ( QDIsPortBuffered(
thePort
) ) {
665
QDFlushPortBuffer(
thePort
, NULL);
/external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c
378
InitGraf (&qd.
thePort
);
Completed in 94 milliseconds