Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_bmp.c146 SDL_bool hasAlpha = SDL_FALSE; in CorrectAlphaChannel() local
157 hasAlpha = SDL_TRUE; in CorrectAlphaChannel()
163 if (!hasAlpha) { in CorrectAlphaChannel()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_bmp.c192 SDL_bool hasAlpha = SDL_FALSE; in CorrectAlphaChannel() local
203 hasAlpha = SDL_TRUE; in CorrectAlphaChannel()
209 if (!hasAlpha) { in CorrectAlphaChannel()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m227 hasAlpha: YES
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c1017 SDL_bool hasAlpha = SDL_ISPIXELFORMAT_ALPHA(format); in GetClosestSupportedFormat() local
1022 SDL_ISPIXELFORMAT_ALPHA(renderer->info.texture_formats[i]) == hasAlpha) { in GetClosestSupportedFormat()

Completed in 11 milliseconds