HomeSort by relevance Sort by last modified time
    Searched refs:SDL_VideoSurface (Results 1 - 25 of 41) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 55 ((SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN)
59 SDL_VideoSurface && \
61 (((SDL_VideoSurface->flags & SDL_OPENGL ) == SDL_OPENGL ) || \
67 SDL_VideoSurface && \
69 ((SDL_VideoSurface->flags & SDL_OPENGL ) != SDL_OPENGL ) && \
SDL_syswm.c 262 pt.x = (SDL_VideoSurface->w/2);
263 pt.y = (SDL_VideoSurface->h/2);
SDL_sysevents.c 334 if ( SDL_VideoSurface ) {
359 if ( SDL_VideoSurface ) {
376 if ( SDL_VideoSurface && ! DINPUT() ) {
448 if (SDL_VideoSurface)
475 if ( SDL_VideoSurface && ! DINPUT() ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_syswm.cc 67 pt.x = (SDL_VideoSurface->w/2);
68 pt.y = (SDL_VideoSurface->h/2);
SDL_sysevents.cc 183 } else if ( x >= SDL_VideoSurface->w ) {
184 x = (SDL_VideoSurface->w-1);
190 } else if ( y >= SDL_VideoSurface->h ) {
191 y = (SDL_VideoSurface->h-1);
211 SDL_EraseCursor(SDL_VideoSurface);
221 SDL_EraseCursor(SDL_VideoSurface);
226 int half_w = (SDL_VideoSurface->w/2);
227 int half_h = (SDL_VideoSurface->h/2);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_mouse.c 99 if ( SDL_VideoSurface && SDL_VideoSurface->offset ) {
100 *y -= SDL_VideoSurface->offset/SDL_VideoSurface->pitch;
101 *x -= (SDL_VideoSurface->offset%SDL_VideoSurface->pitch)/
102 SDL_VideoSurface->format->BytesPerPixel;
SDL_resize.c 46 !SDL_VideoSurface ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 253 SDL_VideoSurface = SDL_CreateRGBSurface(video_flags, 0, 0,
256 if ( SDL_VideoSurface == NULL ) {
267 if ( SDL_VideoSurface->format->palette ) {
268 SDL_PixelFormat *vf = SDL_VideoSurface->format;
274 video->info.vfmt = SDL_VideoSurface->format;
338 if ( SDL_VideoSurface ) {
340 format = SDL_VideoSurface->format;
465 SDL_closest_depths[table][7] = SDL_VideoSurface->format->BitsPerPixel;
525 if ( depth == (SDL_VideoSurface->format)->BitsPerPixel ) {
526 Rmask = (SDL_VideoSurface->format)->Rmask
    [all...]
SDL_yuv.c 48 ((SDL_VideoSurface->format->BytesPerPixel == 2) ||
49 (SDL_VideoSurface->format->BytesPerPixel == 4)) ) {
50 display = SDL_VideoSurface;
55 if ( ((display == SDL_VideoSurface) && video->CreateYUVOverlay) &&
SDL_cursor.c 185 SDL_EraseCursor(SDL_VideoSurface);
217 SDL_DrawCursor(SDL_VideoSurface);
222 SDL_EraseCursor(SDL_VideoSurface);
329 SDL_EraseCursor(SDL_VideoSurface);
332 SDL_DrawCursor(SDL_VideoSurface);
361 clip_diff = (area->x+area->w)-SDL_VideoSurface->w;
365 clip_diff = (area->y+area->h)-SDL_VideoSurface->h;
572 if ( screen->map->dst != SDL_VideoSurface ) {
588 info.dst = SDL_VideoSurface->format;
611 if ( (screen == SDL_VideoSurface) ||
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_wm.c 88 PhMoveCursorAbs(PhInputGroup(NULL), abs_x + SDL_VideoSurface->w/2, abs_y + SDL_VideoSurface->h/2);
SDL_ph_events.c 60 centre_x = SDL_VideoSurface->w / 2;
61 centre_y = SDL_VideoSurface->h / 2;
140 if (SDL_VideoSurface)
290 if (SDL_VideoSurface)
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m 58 if (SDL_VideoSurface->flags & SDL_OPENGL) {
89 if (! ( SDL_VideoSurface->flags & SDL_OPENGL ) )
114 if (this && SDL_VideoSurface == NULL) {
166 if (! ( SDL_VideoSurface->flags & SDL_OPENGL ) )
SDL_QuartzVideo.m     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 384 if (SDL_VideoSurface && SDL_VideoSurface->format && SDL_VideoSurface->format->palette) {
388 SDL_VideoSurface->format->palette->colors[i+j].r = 85 * j;
389 SDL_VideoSurface->format->palette->colors[i+j].g = 85 * j;
390 SDL_VideoSurface->format->palette->colors[i+j].b = 85 * j;
652 char *addr = SDL_VideoSurface->pixels;
658 C_lcd_cmd_data(0x13, (((SDL_VideoSurface->w - 1) - sx) & 0xff));
662 C_lcd_cmd_data(0x16, (((((SDL_VideoSurface->w - 1) - sx) - width) + 1) & 0xff));
664 addr += sx + sy * SDL_VideoSurface->pitch
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 339 w = SDL_VideoSurface->w;
340 h = SDL_VideoSurface->h;
520 if ( SDL_VideoSurface ) {
809 if ( SDL_VideoSurface &&
810 (SDL_VideoSurface->flags & SDL_FULLSCREEN) ) {
817 if ( SDL_VideoSurface ) {
838 if ( SDL_VideoSurface ) {
839 if ((xevent.xconfigure.width != SDL_VideoSurface->w) ||
840 (xevent.xconfigure.height != SDL_VideoSurface->h)) {
849 if ( SDL_VideoSurface->flags & SDL_OPENGL )
    [all...]
SDL_x11image.c 217 if ( (surface == SDL_VideoSurface) && blit_queued ) {
245 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
267 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 57 if ( SDL_VideoSurface ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxevents.c 215 if (SDL_VideoSurface) {
309 if (SDL_VideoSurface) {
326 if (SDL_VideoSurface) {
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c 307 int centre_x = SDL_VideoSurface->w/2;
308 int centre_y = SDL_VideoSurface->h/2;
312 if (SDL_VideoSurface) SDL_PrivateMouseMotion(0,1,x - centre_x, y - centre_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 91 if ( SDL_VideoSurface && !(SDL_VideoSurface->flags&SDL_FULLSCREEN) ) {
389 if (SDL_VideoSurface->flags & SDL_OPENGL)
393 if ( (SDL_VideoSurface->flags & SDL_HWSURFACE) ==
395 SDL_UpdateRect(SDL_VideoSurface, 0, 0, 0, 0);
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 738 SDL_VideoSurface is equal to zero, so activating code
740 macros WINDIB_FULLSCREEN uses SDL_VideoSurface
742 SDL_VideoSurface = video;
909 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
967 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
1028 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
1092 srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * 2;
1109 srcPointer += SDL_VideoSurface->pitch * linesProcessed; // pitch in bytes
1121 unsigned char *srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * bytesPerPixel
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbriva.c 121 if ( dst->pitch != SDL_VideoSurface->pitch ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 107 *x = SDL_VideoSurface->w - *y;
340 center.x = (SDL_VideoSurface->w/2);
341 center.y = (SDL_VideoSurface->h/2);
353 if (SDL_VideoSurface && this->hidden->gapiInfo)
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 327 if ( (point.x() >= 0) && (point.x() < SDL_VideoSurface->w) &&
328 (point.y() >= 0) && (point.y() < SDL_VideoSurface->h) ) {

Completed in 309 milliseconds

1 2