Home
last modified time | relevance | path

Searched refs:has_alpha_channel (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() argument
823 *has_alpha_channel = SDL_TRUE; in SDL_DetectPalette()
841 *has_alpha_channel = SDL_FALSE; in SDL_DetectPalette()
848 *has_alpha_channel = SDL_TRUE; in SDL_DetectPalette()
A DSDL_surface.c1044 SDL_bool is_opaque, has_alpha_channel; in SDL_ConvertSurface() local
1045 SDL_DetectPalette(surface->format->palette, &is_opaque, &has_alpha_channel); in SDL_ConvertSurface()
1048 if (!has_alpha_channel) { in SDL_ConvertSurface()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c1172 SDL_bool is_opaque, has_alpha_channel; in SDL_CreateTextureFromSurface() local
1173 SDL_DetectPalette(fmt->palette, &is_opaque, &has_alpha_channel); in SDL_CreateTextureFromSurface()

Completed in 18 milliseconds