Searched refs:displayformatalphapixel (Results 1 – 4 of 4) sorted by relevance
85 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()
121 SDL_PixelFormat* displayformatalphapixel; member
283 …if (((surface->flags & SDL_HWSURFACE) == SDL_HWSURFACE )&&(current_video->displayformatalphapixel)… in SDL_CalculateBlit()
221 video->displayformatalphapixel = NULL; in SDL_VideoInit()