Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_surface.c85 if ((Amask) && (video->displayformatalphapixel)) in SDL_CreateRGBSurface()
87 depth = video->displayformatalphapixel->BitsPerPixel; in SDL_CreateRGBSurface()
88 Rmask = video->displayformatalphapixel->Rmask; in SDL_CreateRGBSurface()
89 Gmask = video->displayformatalphapixel->Gmask; in SDL_CreateRGBSurface()
90 Bmask = video->displayformatalphapixel->Bmask; in SDL_CreateRGBSurface()
91 Amask = video->displayformatalphapixel->Amask; in SDL_CreateRGBSurface()
DSDL_sysvideo.h121 SDL_PixelFormat* displayformatalphapixel; member
DSDL_blit.c283 …if (((surface->flags & SDL_HWSURFACE) == SDL_HWSURFACE )&&(current_video->displayformatalphapixel)… in SDL_CalculateBlit()
DSDL_video.c221 video->displayformatalphapixel = NULL; in SDL_VideoInit()