Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
DSDL_wsconsvideo.h58 int fblinebytes; /* physical frame buffer or shadow. */ member
DSDL_wsconsvideo.c313 private->fblinebytes = width * ((private->info.depth + 7) / 8); in WSCONS_VideoInit()
316 private->fblinebytes = private->physlinebytes; in WSCONS_VideoInit()
374 current->pitch = private->fblinebytes; in WSCONS_SetVideoMode()