Home
last modified time | relevance | path

Searched refs:SDL_GetRGBA (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_compare.c79 SDL_GetRGBA(*(Uint32*)p, surface->format, &R, &G, &B, &A); in SDLTest_CompareSurfaces()
80 SDL_GetRGBA(*(Uint32*)p_reference, referenceSurface->format, &Rd, &Gd, &Bd, &Ad); in SDLTest_CompareSurfaces()
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawline.c71 SDL_GetRGBA(color, fmt, &_r, &_g, &_b, &_a); in SDL_DrawLine2()
101 SDL_GetRGBA(color, fmt, &_r, &_g, &_b, &_a); in SDL_DrawLine4()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c103 SDL_GetRGBA(pixel_value,shape->format,&r,&g,&b,&alpha); in SDL_CalculateShapeBitmap()
156 SDL_GetRGBA(pixel_value,mask->format,&r,&g,&b,&a); in RecursivelyCalculateShapeTree()
A DSDL_pixels.c904 SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * format, in SDL_GetRGBA() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h460 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel,
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c199 SDL_GetRGBA(p, pixelFormat, &r, &g, &b, &a); in Draw()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h289 #define SDL_GetRGBA SDL_GetRGBA_REAL macro
A DSDL_dynapi_procs.h320 SDL_DYNAPI_PROC(void,SDL_GetRGBA,(Uint32 a, const SDL_PixelFormat *b, Uint8 *c, Uint8 *d, Uint8 *e,…

Completed in 15 milliseconds