/external/qemu/distrib/sdl-1.2.15/test/ |
D | testvidinfo.c | 100 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()
|
D | testpalette.c | 182 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()
|
D | graywin.c | 44 color = SDL_MapRGB(screen->format, randc, randc, randc); in DrawBox() 85 color = SDL_MapRGB(screen->format, gradient, gradient, gradient); in DrawBackground()
|
D | testblitspeed.c | 345 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()
|
D | testsprite.c | 98 Uint32 color = SDL_MapRGB (screen->format, 255, 0, 0); in MoveSprites() 255 background = SDL_MapRGB(screen->format, 0x00, 0x00, 0x00); in main()
|
D | testbitmap.c | 132 color = SDL_MapRGB(screen->format, gradient, gradient, gradient); in main()
|
D | testwin.c | 83 black = SDL_MapRGB(screen->format, 0, 0, 0); in DrawPict()
|
D | testalpha.c | 48 color = (Uint16)SDL_MapRGB(screen->format, gradient, gradient, gradient); in FillBackground()
|
/external/qemu/distrib/sdl-1.2.15/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 | 506 black = SDL_MapRGB(surface->format, 0, 0, 0); in SDL_ClearSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/ |
D | SDL.x | 150 SDL_MapRGB
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_video.h | 492 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
D | SDL_dgavideo.c | 1040 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in DGA_SetGammaRamp()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 152 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/ |
D | SDL_x11video.c | 1482 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c); in X11_SetGammaRamp()
|