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

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_lowvideo.h 27 #include "SDL_BWin.h"
37 SDL_BWin *SDL_Win;
SDL_BWin.h 48 class SDL_BWin : public BDirectWindow
51 SDL_BWin(BRect bounds) :
64 virtual ~SDL_BWin() {
SDL_sysevents.cc 29 #include "SDL_BWin.h"
161 void SDL_BWin::DispatchMessage(BMessage *msg, BHandler *target)
394 void SDL_BWin::DirectConnected(direct_buffer_info *info) {
SDL_sysvideo.cc 28 #include "SDL_BWin.h"
305 SDL_Win = new SDL_BWin(bounds);

Completed in 140 milliseconds