Home
last modified time | relevance | path

Searched refs:SDL_Surface (Results 1 – 8 of 8) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_surface.h72 typedef struct SDL_Surface struct
97 } SDL_Surface; argument
652 extern DECLSPEC SDL_Surface *SDLCALL SDL_DuplicateSurface(SDL_Surface * surface);
877 (SDL_Surface * src, const SDL_Rect * srcrect,
878 SDL_Surface * dst, SDL_Rect * dstrect);
903 (SDL_Surface * src, SDL_Rect * srcrect,
904 SDL_Surface * dst, SDL_Rect * dstrect);
942 (SDL_Surface * src, const SDL_Rect * srcrect,
943 SDL_Surface * dst, SDL_Rect * dstrect);
968 (SDL_Surface * src, SDL_Rect * srcrect,
[all …]
A DSDL_test_images.h58 SDL_Surface *SDLTest_ImageBlit(void);
59 SDL_Surface *SDLTest_ImageBlitColor(void);
60 SDL_Surface *SDLTest_ImageBlitAlpha(void);
61 SDL_Surface *SDLTest_ImageBlitBlendAdd(void);
62 SDL_Surface *SDLTest_ImageBlitBlend(void);
63 SDL_Surface *SDLTest_ImageBlitBlendMod(void);
64 SDL_Surface *SDLTest_ImageBlitBlendNone(void);
65 SDL_Surface *SDLTest_ImageBlitBlendAll(void);
66 SDL_Surface *SDLTest_ImageFace(void);
67 SDL_Surface *SDLTest_ImagePrimitives(void);
[all …]
A DSDL_test_compare.h58 int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_erro…
A DSDL_shape.h128 extern DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShap…
A DSDL_render.h250 extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateSoftwareRenderer(SDL_Surface * surface);
363 …SDL_Texture * SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer * renderer, SDL_Surface * surface);
725 SDL_Surface **surface);
A DSDL_mouse.h336 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
A DSDL_video.h923 SDL_Surface * icon);
1356 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetWindowSurface(SDL_Window * window);
/bsp/simulator/drivers/
A Dsdl_fb.c35 SDL_Surface *surface; /* screen surface */
218 SDL_Surface *surface; in sdlfb_hw_init()

Completed in 21 milliseconds