Searched refs:SDL_ALPHA_OPAQUE (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels.c50 format->alpha = SDL_ALPHA_OPAQUE;
393 *a = SDL_ALPHA_OPAQUE;
399 *a = SDL_ALPHA_OPAQUE;
H A DSDL_blit.c298 && (surface->format->alpha != SDL_ALPHA_OPAQUE
H A DSDL_blit_A.c949 unsigned dA = dstfmt->Amask ? SDL_ALPHA_OPAQUE : 0;
1193 if(alpha == SDL_ALPHA_OPAQUE) { \
1266 unsigned dA = dstfmt->Amask ? SDL_ALPHA_OPAQUE : 0;
1550 if(alpha == SDL_ALPHA_OPAQUE) {
2519 if(alpha == (SDL_ALPHA_OPAQUE >> 3)) {
2563 if(alpha == (SDL_ALPHA_OPAQUE >> 3)) {
2601 unsigned dA = dstfmt->Amask ? SDL_ALPHA_OPAQUE : 0;
2643 unsigned dA = dstfmt->Amask ? SDL_ALPHA_OPAQUE : 0;
H A DSDL_surface.c269 surface->format->alpha = SDL_ALPHA_OPAQUE;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h44 #define SDL_ALPHA_OPAQUE 255 macro

Completed in 83 milliseconds