Searched defs:the_view (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h54 the_view = NULL;
66 if ( the_view ) {
68 if ( the_view == SDL_GLView ) {
72 RemoveChild(the_view);
73 the_view = NULL;
119 if ( the_view != SDL_GLView ) {
120 if ( the_view ) {
121 RemoveChild(the_view);
125 the_view = SDL_GLView;
135 if ( the_view !
284 BView *the_view; member in class:SDL_BWin
[all...]

Completed in 1305 milliseconds