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

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 53 the_view = NULL;
65 if ( the_view ) {
67 if ( the_view == SDL_GLView ) {
71 RemoveChild(the_view);
72 the_view = NULL;
118 if ( the_view != SDL_GLView ) {
119 if ( the_view ) {
120 RemoveChild(the_view);
124 the_view = SDL_GLView;
134 if ( the_view != SDL_View )
276 BView *the_view; member in class:SDL_BWin
    [all...]

Completed in 81 milliseconds