Searched refs:SDL_Surface (Results 1 – 8 of 8) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_surface.h | 72 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 D | SDL_test_images.h | 58 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 D | SDL_test_compare.h | 58 int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_erro…
|
| A D | SDL_shape.h | 128 extern DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShap…
|
| A D | SDL_render.h | 250 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 D | SDL_mouse.h | 336 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
|
| A D | SDL_video.h | 923 SDL_Surface * icon); 1356 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetWindowSurface(SDL_Window * window);
|
| /bsp/simulator/drivers/ |
| A D | sdl_fb.c | 35 SDL_Surface *surface; /* screen surface */ 218 SDL_Surface *surface; in sdlfb_hw_init()
|
Completed in 21 milliseconds