Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxBlit.c54 gray1 = SDL_MapRGB(screen->format, 64, 64, 64); in ClearScreen()
55 gray2 = SDL_MapRGB(screen->format, 32, 32, 32); in ClearScreen()
A DTestFramerate.c51 black = SDL_MapRGB(screen->format, 0, 0, 0); in ClearScreen()
A DTestGfxTexture.c48 black = SDL_MapRGB(screen->format, 0, 0, 0); in ClearScreen()
A DTestFonts.c53 black = SDL_MapRGB(screen->format, 0, 0, 0); in ClearScreen()
/AliOS-Things-master/components/SDL2/test/
A Dtestgesture.c88 colour = SDL_MapRGB(screen->format, r, g, b); in setpix()
137 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 75, 75, 75)); in DrawScreen()
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h434 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c1175 colorkey = SDL_MapRGB(rz_dst->format, r, g, b); in rotozoomSurfaceXY()
1267 colorkey = SDL_MapRGB(rz_dst->format, r, g, b); in rotozoomSurfaceXY()
A DSDL_gfxPrimitives.c328 *pixel = SDL_MapRGB(format, R, G, B); in _putPixelAlpha()
638 *pixel = SDL_MapRGB(format, R, G, B); in _filledRectAlpha()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_png.c403 ckey = SDL_MapRGB(surface->format, in IMG_LoadPNG_RW()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h286 #define SDL_MapRGB SDL_MapRGB_REAL macro
A DSDL_dynapi_procs.h317 SDL_DYNAPI_PROC(Uint32,SDL_MapRGB,(const SDL_PixelFormat *a, Uint8 b, Uint8 c, Uint8 d),(a,b,c,d),r…
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c854 SDL_MapRGB(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b) in SDL_MapRGB() function

Completed in 26 milliseconds