Home
last modified time | relevance | path

Searched refs:SDL_DetectPalette (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels_c.h43 extern void SDL_DetectPalette(SDL_Palette *pal, SDL_bool *is_opaque, SDL_bool *has_alpha_channel);
A DSDL_pixels.c806 SDL_DetectPalette(SDL_Palette *pal, SDL_bool *is_opaque, SDL_bool *has_alpha_channel) in SDL_DetectPalette() function
A DSDL_surface.c1045 SDL_DetectPalette(surface->format->palette, &is_opaque, &has_alpha_channel); in SDL_ConvertSurface()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c1173 SDL_DetectPalette(fmt->palette, &is_opaque, &has_alpha_channel); in SDL_CreateTextureFromSurface()

Completed in 17 milliseconds