Searched refs:SDL_MapRGB (Results 1 – 9 of 9) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_cursor.c | 387 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()
|
D | SDL_pixels.c | 340 Uint32 SDL_MapRGB in SDL_MapRGB() function
|
D | SDL_surface.c | 879 SDL_MapRGB(convert->format, keyR, keyG, keyB)); in SDL_ConvertSurface()
|
D | SDL_video.c | 500 black = SDL_MapRGB(surface->format, 0, 0, 0); in SDL_ClearSurface()
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
D | SDL.x | 150 SDL_MapRGB
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_video.h | 449 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
D | SDL_dgavideo.c | 1036 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in DGA_SetGammaRamp()
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxvideo.c | 87 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in CGX_SetGammaRamp()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11video.c | 1457 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in X11_SetGammaRamp()
|