Home
last modified time | relevance | path

Searched refs:SDL_MapRGB (Results 1 – 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_cursor.c387 pixels8[0] = (Uint8)SDL_MapRGB(screen->format, 255, 255, 255); in SDL_DrawCursorFast()
388 pixels8[1] = (Uint8)SDL_MapRGB(screen->format, 0, 0, 0); in SDL_DrawCursorFast()
519 pixels8[0] = (Uint8)SDL_MapRGB(screen->format, 255, 255, 255); in SDL_DrawCursorSlow()
520 pixels8[1] = (Uint8)SDL_MapRGB(screen->format, 0, 0, 0); in SDL_DrawCursorSlow()
DSDL_pixels.c340 Uint32 SDL_MapRGB in SDL_MapRGB() function
DSDL_surface.c879 SDL_MapRGB(convert->format, keyR, keyG, keyB)); in SDL_ConvertSurface()
DSDL_video.c500 black = SDL_MapRGB(surface->format, 0, 0, 0); in SDL_ClearSurface()
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
DSDL.x150 SDL_MapRGB
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h449 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c1036 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in DGA_SetGammaRamp()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxvideo.c87 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in CGX_SetGammaRamp()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11video.c1457 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in X11_SetGammaRamp()