HomeSort by relevance Sort by last modified time
    Searched refs:fblinebytes (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 58 int fblinebytes; /* physical frame buffer or shadow. */ member in struct:SDL_PrivateVideoData
SDL_wsconsvideo.c 313 private->fblinebytes = width * ((private->info.depth + 7) / 8);
316 private->fblinebytes = private->physlinebytes;
374 current->pitch = private->fblinebytes;

Completed in 285 milliseconds