Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/test/
Dtestvidinfo.c100 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b)); in RunModeTests()
108 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b)); in RunModeTests()
116 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b)); in RunModeTests()
129 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0)); in RunModeTests()
158 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0)); in RunModeTests()
189 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0)); in RunModeTests()
220 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0)); in RunModeTests()
251 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0)); in RunModeTests()
288 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0)); in RunModeTests()
Dtestpalette.c182 SDL_MapRGB(boat[0]->format, 0xff, 0x00, 0xff)); in main()
186 SDL_MapRGB(boat[1]->format, 0xff, 0x00, 0xff)); in main()
213 red = SDL_MapRGB(screen->format, 0xff, 0x00, 0x00); in main()
Dgraywin.c44 color = SDL_MapRGB(screen->format, randc, randc, randc); in DrawBox()
85 color = SDL_MapRGB(screen->format, gradient, gradient, gradient); in DrawBackground()
Dtestblitspeed.c345 SDL_FillRect(dest, NULL, SDL_MapRGB(dest->format, 0, 0, 0)); in setup_test()
346 SDL_FillRect(src, NULL, SDL_MapRGB(src->format, 0, 0, 0)); in setup_test()
362 Uint32 clearColor = SDL_MapRGB(dest->format, 0, 0, 0); in test_blit_speed()
Dtestsprite.c98 Uint32 color = SDL_MapRGB (screen->format, 255, 0, 0); in MoveSprites()
255 background = SDL_MapRGB(screen->format, 0x00, 0x00, 0x00); in main()
Dtestbitmap.c132 color = SDL_MapRGB(screen->format, gradient, gradient, gradient); in main()
Dtestwin.c83 black = SDL_MapRGB(screen->format, 0, 0, 0); in DrawPict()
Dtestalpha.c48 color = (Uint16)SDL_MapRGB(screen->format, gradient, gradient, gradient); in FillBackground()
/external/qemu/distrib/sdl-1.2.15/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.c506 black = SDL_MapRGB(surface->format, 0, 0, 0); in SDL_ClearSurface()
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
DSDL.x150 SDL_MapRGB
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h492 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c1040 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in DGA_SetGammaRamp()
/external/qemu/distrib/sdl-1.2.15/
DWhatsNew152 Works as SDL_MapRGB() but takes an additional alpha parameter.
162 SDL_MapRGB() returns pixels in which the alpha channel is set opaque.
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c1482 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in X11_SetGammaRamp()