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

1 2 3 4 5 6

  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/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.15/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/skia/legacy/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.15/src/video/gem/
SDL_gemwm_c.h 35 extern void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/src/video/wincommon/
SDL_syswm_c.h 30 extern void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv_c.h 37 extern SDL_Overlay *PS3_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 57 static SDL_Surface *Caca_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
61 static int Caca_AllocHWSurface(_THIS, SDL_Surface *surface);
62 static int Caca_LockHWSurface(_THIS, SDL_Surface *surface);
63 static int Caca_FlipHWSurface(_THIS, SDL_Surface *surface);
64 static void Caca_UnlockHWSurface(_THIS, SDL_Surface *surface);
65 static void Caca_FreeHWSurface(_THIS, SDL_Surface *surface);
193 SDL_Surface *Caca_SetVideoMode(_THIS, SDL_Surface *current,
241 static int Caca_AllocHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 43 static SDL_Surface *NDS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
48 static int NDS_AllocHWSurface(_THIS, SDL_Surface *surface);
49 static int NDS_LockHWSurface(_THIS, SDL_Surface *surface);
50 static int NDS_FlipHWSurface(_THIS, SDL_Surface *surface);
51 static void NDS_UnlockHWSurface(_THIS, SDL_Surface *surface);
52 static void NDS_FreeHWSurface(_THIS, SDL_Surface *surface);
84 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
85 SDL_Surface *dst, SDL_Rect *dstrect)
90 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst
    [all...]

Completed in 317 milliseconds

1 2 3 4 5 6