Searched refs:SDL_modelist (Results 1 - 25 of 43) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h55 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
60 #define SDL_modelist (this->hidden->SDL_modelist) macro
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxmodes.c34 return SDL_modelist ;
47 if (SDL_modelist) {
48 for (i = 0; SDL_modelist [i]; ++ i) {
49 SDL_free (SDL_modelist [i]) ;
51 SDL_free (SDL_modelist) ;
52 SDL_modelist = NULL;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_lowvideo.h43 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
54 #define SDL_modelist (_this->hidden->SDL_modelist) macro
H A DSDL_sysvideo.cc219 mode = SDL_modelist[index][i];
245 SDL_modelist[index] = (SDL_Rect **)
246 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
247 if ( SDL_modelist[index] == NULL ) {
253 SDL_modelist[index][next_mode] = mode;
254 SDL_modelist[index][next_mode+1] = NULL;
331 modes = SDL_modelist[((format->BitsPerPixel+7)/8)-1];
359 modes = SDL_modelist[((bpp+7)/8)-1];
816 if ( SDL_modelist[i] ) {
817 for ( j=0; SDL_modelist[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.h37 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
50 #define SDL_modelist (this->hidden->SDL_modelist) macro
H A DSDL_svgavideo.c180 while ( (SDL_modelist[i][j]->w > modeinfo->width) ||
181 (SDL_modelist[i][j]->h > modeinfo->height) ) {
185 if ( (SDL_modelist[i][j]->w == modeinfo->width) &&
186 (SDL_modelist[i][j]->h == modeinfo->height) ) {
190 saved_rect[b] = *SDL_modelist[i][j];
192 SDL_modelist[i][j]->w = modeinfo->width;
193 SDL_modelist[i][j]->h = modeinfo->height;
197 for ( ++j; SDL_modelist[i][j]->w; ++j ) {
198 saved_rect[!b] = *SDL_modelist[i][j];
200 *SDL_modelist[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c164 if ( use_xme && SDL_modelist ) {
171 for ( i=0; SDL_modelist[i]; ++i ) {
172 if ( (SDL_modelist[i]->w >= width) &&
173 (SDL_modelist[i]->h >= height) ) {
178 if ( SDL_modelist[i] ) { /* found one, lets try it */
184 if ( (SDL_modelist[i]->w != w) || (SDL_modelist[i]->h != h) ) {
188 SDL_modelist[i]->w, SDL_modelist[i]->h);
193 SDL_modelist[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
H A DSDL_cacavideo.c143 SDL_modelist[i] = malloc(sizeof(SDL_Rect));
144 SDL_modelist[i]->x = SDL_modelist[i]->y = 0;
147 SDL_modelist[0]->w = 1024; SDL_modelist[0]->h = 768;
148 SDL_modelist[1]->w = 800; SDL_modelist[1]->h = 600;
149 SDL_modelist[2]->w = 640; SDL_modelist[2]->h = 480;
150 SDL_modelist[
[all...]
H A DSDL_cacavideo.h50 SDL_Rect *SDL_modelist[SDL_NUMMODES+1]; member in struct:SDL_PrivateVideoData
62 #define SDL_modelist (this->hidden->SDL_modelist) macro
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.h40 SDL_Rect *SDL_modelist[SDL_NUMMODES+1]; member in struct:SDL_PrivateVideoData
52 #define SDL_modelist (this->hidden->SDL_modelist) macro
H A DSDL_aavideo.c137 SDL_modelist[i] = SDL_malloc(sizeof(SDL_Rect));
138 SDL_modelist[i]->x = SDL_modelist[i]->y = 0;
141 SDL_modelist[0]->w = 1024; SDL_modelist[0]->h = 768;
142 SDL_modelist[1]->w = 800; SDL_modelist[1]->h = 600;
143 SDL_modelist[2]->w = 640; SDL_modelist[2]->h = 480;
144 SDL_modelist[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_lowvideo.h41 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
58 #define SDL_modelist (_this->hidden->SDL_modelist) macro
H A DSDL_sysvideo.cc176 mode = SDL_modelist[index][i];
199 SDL_modelist[index] = (SDL_Rect **)
200 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
201 if ( SDL_modelist[index] == NULL ) {
207 SDL_modelist[index][next_mode] = mode;
208 SDL_modelist[index][next_mode+1] = NULL;
250 modes = SDL_modelist[((format->BitsPerPixel+7)/8)-1];
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.h51 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
59 #define SDL_modelist (this->hidden->SDL_modelist) macro
H A DSDL_vglvideo.c180 mode = SDL_modelist[index][i];
199 SDL_modelist[index] = (SDL_Rect **)
200 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
201 if (SDL_modelist[index] == NULL) {
207 SDL_modelist[index][next_mode] = mode;
208 SDL_modelist[index][next_mode+1] = NULL;
238 SDL_modelist[i] = NULL;
304 return SDL_modelist[((format->BitsPerPixel+7)/8)-1];
476 if (SDL_modelist[i] != NULL) {
477 for (j = 0; SDL_modelist[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.h40 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:DibInfo
56 #define SDL_modelist (this->hidden->dibInfo->SDL_modelist) macro
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_lowvideo.h57 SDL_Rect **SDL_modelist; member in struct:SDL_PrivateVideoData
91 #define SDL_modelist (this->hidden->SDL_modelist) macro
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.h40 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
51 #define SDL_modelist (this->hidden->SDL_modelist) macro
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.h65 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
91 #define SDL_modelist (this->hidden->SDL_modelist) macro
H A DSDL_xbios.c286 while ( (SDL_modelist[i][j]->w > modeinfo->width) ||
287 (SDL_modelist[i][j]->h > modeinfo->height) ) {
291 if ( (SDL_modelist[i][j]->w == modeinfo->width) &&
292 (SDL_modelist[i][j]->h == modeinfo->height) ) {
296 saved_rect[b] = *SDL_modelist[i][j];
298 SDL_modelist[i][j]->w = modeinfo->width;
299 SDL_modelist[i][j]->h = modeinfo->height;
303 for ( ++j; SDL_modelist[i][j]->w; ++j ) {
304 saved_rect[!b] = *SDL_modelist[i][j];
306 *SDL_modelist[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp304 Private->SDL_modelist[i] = (SDL_Rect *)malloc(sizeof(SDL_Rect));
305 Private->SDL_modelist[i]->x = Private->SDL_modelist[i]->y = 0;
309 Private->SDL_modelist[0]->w = 800; Private->SDL_modelist[0]->h = 250;
310 Private->SDL_modelist[1]->w = 640; Private->SDL_modelist[1]->h = 480;
311 Private->SDL_modelist[2]->w = 480; Private->SDL_modelist[2]->h = 600;
312 Private->SDL_modelist[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.h73 SDL_Rect **SDL_modelist[NUM_MODELISTS]; member in struct:SDL_PrivateVideoData
115 #define SDL_modelist (this->hidden->SDL_modelist) macro
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.h68 SDL_Rect *SDL_modelist[2]; member in struct:SDL_PrivateVideoData
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c240 SDL_modelist = (SDL_Rect **)SDL_malloc((1+1)*sizeof(SDL_Rect *));
241 if ( SDL_modelist ) {
242 SDL_modelist[0] = (SDL_Rect *)SDL_malloc(sizeof(SDL_Rect));
243 if ( SDL_modelist[0] ) {
244 SDL_modelist[0]->x = 0;
245 SDL_modelist[0]->y = 0;
246 SDL_modelist[0]->w = (**SDL_Display).gdRect.right;
247 SDL_modelist[0]->h = (**SDL_Display).gdRect.bottom;
249 SDL_modelist[1] = NULL;
263 return(SDL_modelist);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_modes.c30 SDL_Rect SDL_modelist[PH_MAX_VIDEOMODES]; variable
66 SDL_modearray[i]=&SDL_modelist[i];
98 SDL_modelist[i].w = Amodelist[j - i - 1].w;
99 SDL_modelist[i].h = Amodelist[j - i - 1].h;
100 SDL_modelist[i].x = Amodelist[j - i - 1].x;
101 SDL_modelist[i].y = Amodelist[j - i - 1].y;

Completed in 275 milliseconds

12