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

/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c608 int binfo_size; local
854 binfo_size = sizeof(*binfo);
857 binfo_size += 3*sizeof(DWORD);
859 binfo_size += video->format->palette->ncolors *
862 binfo = (BITMAPINFO *)SDL_malloc(binfo_size);

Completed in 39 milliseconds