Searched refs:SDL_MapRGB (Results 1 - 16 of 16) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestvidinfo.c100 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b));
108 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b));
116 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b));
129 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
158 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
189 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
220 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
251 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
288 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
H A Dtestpalette.c182 SDL_MapRGB(boat[0]->format, 0xff, 0x00, 0xff));
186 SDL_MapRGB(boat[1]->format, 0xff, 0x00, 0xff));
213 red = SDL_MapRGB(screen->format, 0xff, 0x00, 0x00);
H A Dgraywin.c44 color = SDL_MapRGB(screen->format, randc, randc, randc);
85 color = SDL_MapRGB(screen->format, gradient, gradient, gradient);
H A Dtestblitspeed.c345 SDL_FillRect(dest, NULL, SDL_MapRGB(dest->format, 0, 0, 0));
346 SDL_FillRect(src, NULL, SDL_MapRGB(src->format, 0, 0, 0));
362 Uint32 clearColor = SDL_MapRGB(dest->format, 0, 0, 0);
H A Dtestbitmap.c132 color = SDL_MapRGB(screen->format, gradient, gradient, gradient);
H A Dtestsprite.c98 Uint32 color = SDL_MapRGB (screen->format, 255, 0, 0);
255 background = SDL_MapRGB(screen->format, 0x00, 0x00, 0x00);
H A Dtestalpha.c48 color = (Uint16)SDL_MapRGB(screen->format, gradient, gradient, gradient);
H A Dtestwin.c83 black = SDL_MapRGB(screen->format, 0, 0, 0);
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
H A DSDL.x149 SDL_Init SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_AudioQuit SDL_AudioDriverName SDL_OpenAudio SDL_GetAudioStatus SDL_PauseAudio SDL_LoadWAV_RW SDL_FreeWAV SDL_BuildAudioCVT SDL_ConvertAudio SDL_MixAudio SDL_LockAudio SDL_UnlockAudio SDL_CloseAudio SDL_CDNumDrives SDL_CDName SDL_CDOpen SDL_CDStatus SDL_CDPlayTracks SDL_CDPlay SDL_CDPause SDL_CDResume SDL_CDStop SDL_CDEject SDL_CDClose SDL_HasRDTSC SDL_HasMMX SDL_HasMMXExt SDL_Has3DNow SDL_Has3DNowExt SDL_HasSSE SDL_HasSSE2 SDL_HasAltiVec SDL_SetError SDL_GetError SDL_ClearError SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent SDL_WaitEvent SDL_PushEvent SDL_SetEventFilter SDL_GetEventFilter SDL_EventState SDL_NumJoysticks SDL_JoystickName SDL_JoystickOpen SDL_JoystickOpened SDL_JoystickIndex SDL_JoystickNumAxes SDL_JoystickNumBalls SDL_JoystickNumHats SDL_JoystickNumButtons SDL_JoystickUpdate SDL_JoystickEventState SDL_JoystickGetAxis SDL_JoystickGetHat SDL_JoystickGetBall SDL_JoystickGetButton SDL_JoystickClose SDL_EnableUNICODE SDL_EnableKeyRepeat SDL_GetKeyRepeat SDL_GetKeyState SDL_GetModState SDL_SetModState SDL_GetKeyName SDL_LoadObject SDL_LoadFunction SDL_UnloadObject SDL_GetMouseState SDL_GetRelativeMouseState SDL_WarpMouse SDL_CreateCursor SDL_SetCursor SDL_GetCursor SDL_FreeCursor SDL_ShowCursor SDL_CreateMutex SDL_mutexP SDL_mutexV SDL_DestroyMutex SDL_CreateSemaphore SDL_DestroySemaphore SDL_SemWait SDL_SemTryWait SDL_SemWaitTimeout SDL_SemPost SDL_SemValue SDL_CreateCond SDL_DestroyCond SDL_CondSignal SDL_CondBroadcast SDL_CondWait SDL_CondWaitTimeout SDL_RWFromFile SDL_RWFromFP SDL_RWFromMem SDL_RWFromConstMem SDL_AllocRW SDL_FreeRW SDL_ReadLE16 SDL_ReadBE16 SDL_ReadLE32 SDL_ReadBE32 SDL_ReadLE64 SDL_ReadBE64 SDL_WriteLE16 SDL_WriteBE16 SDL_WriteLE32 SDL_WriteBE32 SDL_WriteLE64 SDL_WriteBE64 SDL_GetWMInfo SDL_CreateThread SDL_CreateThread SDL_ThreadID SDL_GetThreadID SDL_WaitThread SDL_KillThread SDL_GetTicks SDL_Delay SDL_SetTimer SDL_AddTimer SDL_RemoveTimer SDL_Linked_Version SDL_VideoInit SDL_VideoQuit SDL_VideoDriverName SDL_GetVideoSurface SDL_GetVideoInfo SDL_VideoModeOK SDL_ListModes SDL_SetVideoMode SDL_UpdateRects SDL_UpdateRect SDL_Flip SDL_SetGamma SDL_SetGammaRamp SDL_GetGammaRamp SDL_SetColors SDL_SetPalette SDL_MapRGB SDL_MapRGBA SDL_GetRGB SDL_GetRGBA SDL_CreateRGBSurface SDL_CreateRGBSurfaceFrom SDL_FreeSur (…)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c387 pixels8[0] = (Uint8)SDL_MapRGB(screen->format, 255, 255, 255);
388 pixels8[1] = (Uint8)SDL_MapRGB(screen->format, 0, 0, 0);
519 pixels8[0] = (Uint8)SDL_MapRGB(screen->format, 255, 255, 255);
520 pixels8[1] = (Uint8)SDL_MapRGB(screen->format, 0, 0, 0);
H A DSDL_pixels.c340 Uint32 SDL_MapRGB function
H A DSDL_surface.c879 SDL_MapRGB(convert->format, keyR, keyG, keyB));
H A DSDL_video.c506 black = SDL_MapRGB(surface->format, 0, 0, 0);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h492 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
764 * can be generated by the SDL_MapRGB() function.
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c1040 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c1482 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c);

Completed in 1308 milliseconds