HomeSort by relevance Sort by last modified time
    Searched refs:the_view (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 54 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 != SDL_View )
284 BView *the_view; member in class:SDL_BWin
    [all...]
SDL_sysevents.cc 209 if (this->the_view != this->SDL_GLView)
219 if (this->the_view != this->SDL_GLView)
412 if (this->the_view == this->SDL_GLView)

Completed in 122 milliseconds