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

1 2 3 4 5

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel_c.h 26 extern int SDL_RLESurface(SDL_Surface *surface);
27 extern int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect,
28 SDL_Surface *dst, SDL_Rect *dstrect);
29 extern int SDL_RLEAlphaBlit(SDL_Surface *src, SDL_Rect *srcrect,
30 SDL_Surface *dst, SDL_Rect *dstrect);
31 extern void SDL_UnRLESurface(SDL_Surface *surface, int recode);
SDL_stretch_c.h 27 extern int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect,
28 SDL_Surface *dst, SDL_Rect *dstrect);
SDL_cursor_c.h 29 extern void SDL_DrawCursor(SDL_Surface *screen);
30 extern void SDL_DrawCursorNoLock(SDL_Surface *screen);
31 extern void SDL_EraseCursor(SDL_Surface *screen);
32 extern void SDL_EraseCursorNoLock(SDL_Surface *screen);
33 extern void SDL_UpdateCursor(SDL_Surface *screen);
SDL_pixels_c.h 31 extern SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp,
33 extern void SDL_FormatChanged(SDL_Surface *surface);
39 extern int SDL_MapSurface (SDL_Surface *src, SDL_Surface *dst);
43 extern Uint16 SDL_CalculatePitch(SDL_Surface *surface);
SDL_sysvideo.h 74 SDL_Surface *(*SetVideoMode)(_THIS, SDL_Surface *current,
91 Uint32 format, SDL_Surface *display);
124 int (*AllocHWSurface)(_THIS, SDL_Surface *surface);
129 int (*CheckHWBlit)(_THIS, SDL_Surface *src, SDL_Surface *dst);
132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
135 int (*SetHWColorKey)(_THIS, SDL_Surface *surface, Uint32 key);
138 int (*SetHWAlpha)(_THIS, SDL_Surface *surface, Uint8 value);
141 int (*LockHWSurface)(_THIS, SDL_Surface *surface)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage_c.h 26 extern int CGX_SetupImage(_THIS, SDL_Surface *screen);
27 extern void CGX_DestroyImage(_THIS, SDL_Surface *screen);
28 extern int CGX_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags);
30 extern int CGX_AllocHWSurface(_THIS, SDL_Surface *surface);
31 extern void CGX_FreeHWSurface(_THIS, SDL_Surface *surface);
32 extern int CGX_LockHWSurface(_THIS, SDL_Surface *surface);
33 extern void CGX_UnlockHWSurface(_THIS, SDL_Surface *surface);
34 extern int CGX_FlipHWSurface(_THIS, SDL_Surface *surface);
SDL_cgxwm_c.h 28 extern void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
SDL_cgxwm.c 36 void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image_c.h 26 extern int X11_SetupImage(_THIS, SDL_Surface *screen);
27 extern void X11_DestroyImage(_THIS, SDL_Surface *screen);
28 extern int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags);
30 extern int X11_AllocHWSurface(_THIS, SDL_Surface *surface);
31 extern void X11_FreeHWSurface(_THIS, SDL_Surface *surface);
32 extern int X11_LockHWSurface(_THIS, SDL_Surface *surface);
33 extern void X11_UnlockHWSurface(_THIS, SDL_Surface *surface);
34 extern int X11_FlipHWSurface(_THIS, SDL_Surface *surface);
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image_c.h 38 extern int ph_SetupImage(_THIS, SDL_Surface* screen);
39 extern void ph_DestroyImage(_THIS, SDL_Surface* screen);
40 extern int ph_SetupUpdateFunction(_THIS, SDL_Surface* screen, Uint32 flags);
42 extern int ph_AllocHWSurface(_THIS, SDL_Surface* surface);
43 extern void ph_FreeHWSurface(_THIS, SDL_Surface* surface);
44 extern int ph_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst);
45 extern int ph_FillHWRect(_THIS, SDL_Surface* surface, SDL_Rect* rect, Uint32 color);
46 extern int ph_LockHWSurface(_THIS, SDL_Surface* surface);
47 extern void ph_UnlockHWSurface(_THIS, SDL_Surface* surface)
    [all...]
SDL_ph_wm_c.h 31 extern void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nximage_c.h 30 extern int NX_SetupImage (_THIS, SDL_Surface * screen) ;
31 extern void NX_DestroyImage (_THIS, SDL_Surface * screen) ;
32 extern int NX_ResizeImage (_THIS, SDL_Surface * screen, Uint32 flags) ;
  /external/skia/include/views/
SkOSWindow_SDL.h 35 SDL_Surface* fScreen;
36 SDL_Surface* fSurface;
  /external/qemu/android/skin/
scaler.h 38 SDL_Surface* dst,
39 SDL_Surface* src,
image.h 21 extern SDL_Surface* sdl_surface_from_argb32( void* base, int w, int h );
45 /* return the SDL_Surface* pointer of a given skin image */
46 extern SDL_Surface* skin_image_surface( SkinImage* image );
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemwm_c.h 35 extern void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 93 struct SDL_Surface;
94 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
95 struct SDL_Surface *dst, SDL_Rect *dstrect);
100 typedef struct SDL_Surface {
126 } SDL_Surface;
128 /* These are the currently supported flags for the SDL_surface */
259 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
351 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
361 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
363 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 54 static SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
59 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface);
60 static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface);
61 static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface);
62 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface);
161 SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current,
198 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface)
202 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.h 57 SDL_Surface *display;
65 extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm_c.h 30 extern void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 55 static SDL_Surface *RISCOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
65 extern SDL_Surface *FULLSCREEN_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
71 extern SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
76 static int RISCOS_AllocHWSurface(_THIS, SDL_Surface *surface);
77 static int RISCOS_LockHWSurface(_THIS, SDL_Surface *surface);
78 static void RISCOS_UnlockHWSurface(_THIS, SDL_Surface *surface);
79 static void RISCOS_FreeHWSurface(_THIS, SDL_Surface *surface)
    [all...]

Completed in 169 milliseconds

1 2 3 4 5