Searched refs:SDL_QWin (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.h49 class SDL_QWin : public QWidget class in inherits:QWidget
53 SDL_QWin(const QSize& size);
54 virtual ~SDL_QWin();
H A DSDL_QWin.cc24 #include "SDL_QWin.h"
30 SDL_QWin::SDL_QWin(const QSize& size) function in class:SDL_QWin
38 SDL_QWin::~SDL_QWin() {
45 void SDL_QWin::setImage(QImage *image) {
53 void SDL_QWin::resizeEvent(QResizeEvent *e) {
66 void SDL_QWin::focusInEvent(QFocusEvent *) {
72 void SDL_QWin::focusOutEvent(QFocusEvent *) {
77 void SDL_QWin
[all...]
H A DSDL_lowvideo.h36 SDL_QWin *SDL_Win;
H A DSDL_sysvideo.cc33 #include "SDL_QWin.h"
234 SDL_Win = new SDL_QWin(QSize(QT_HIDDEN_SIZE, QT_HIDDEN_SIZE));

Completed in 34 milliseconds