Home
last modified time | relevance | path

Searched refs:SDL_FillRect (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
DSDL.x168 SDL_FillRect
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h717 extern DECLSPEC int SDLCALL SDL_FillRect
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c501 SDL_FillRect(surface, NULL, black); in SDL_ClearSurface()
504 SDL_FillRect(surface, NULL, black); in SDL_ClearSurface()
DSDL_surface.c553 int SDL_FillRect(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color) in SDL_FillRect() function
DSDL_RLEaccel.c1917 SDL_FillRect(surface, NULL, surface->format->colorkey); in SDL_UnRLESurface()
/external/qemu/android/skin/
Dwindow.c1341 SDL_FillRect( window->surface, &rd, layout->color ); in skin_window_redraw()