Searched refs:SDL_GetRenderDrawColor (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_font.c | 3210 result |= SDL_GetRenderDrawColor(renderer, &r, &g, &b, &a); in SDLTest_DrawCharacter()
|
/AliOS-Things-master/components/ugraphics/src/ |
A D | ugraphics.c | 140 SDL_GetRenderDrawColor(renderer, &color.r, &color.g, &color.b, &color.a); in graphics_generate_text()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_render.h | 714 extern DECLSPEC int SDLCALL SDL_GetRenderDrawColor(SDL_Renderer * renderer,
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 331 #define SDL_GetRenderDrawColor SDL_GetRenderDrawColor_REAL macro
|
A D | SDL_dynapi_procs.h | 362 SDL_DYNAPI_PROC(int,SDL_GetRenderDrawColor,(SDL_Renderer *a, Uint8 *b, Uint8 *c, Uint8 *d, Uint8 *e…
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_render.c | 797 ret = SDL_GetRenderDrawColor(renderer, &r, &g, &b, &a ); in _hasDrawColor()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 2214 SDL_GetRenderDrawColor(SDL_Renderer * renderer, in SDL_GetRenderDrawColor() function
|
Completed in 30 milliseconds