Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c68 static const SDL_Rect checkres[] = { variable
721 for ( j=0; j<(sizeof(checkres)/sizeof(checkres[0])); ++j ) { in FB_VideoInit()
725 w = checkres[j].h; in FB_VideoInit()
726 h = checkres[j].w; in FB_VideoInit()
728 w = checkres[j].w; in FB_VideoInit()
729 h = checkres[j].h; in FB_VideoInit()