OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pSDLSurface
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.h
50
SDL_Surface *
pSDLSurface
; // The SDL surface describing the buffer
SDL_os2fslib.c
457
(!pVideo->hidden->
pSDLSurface
) ||
458
((pVideo->hidden->
pSDLSurface
)
459
&& ((pVideo->hidden->
pSDLSurface
->flags & SDL_RESIZABLE)==0)
516
if (!pVideo->hidden->
pSDLSurface
)
552
if ((!pVideo->hidden->
pSDLSurface
) ||
553
((pVideo->hidden->
pSDLSurface
) &&
554
(pVideo->hidden->
pSDLSurface
->flags & SDL_RESIZABLE) &&
653
if (!pVideo->hidden->
pSDLSurface
)
664
if (pVideo->hidden->
pSDLSurface
)
673
if ((!pVideo->hidden->
pSDLSurface
) ||
[
all
...]
Completed in 508 milliseconds