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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 121 uint32_t s_writeable_height; // height of screen which is writeable member in struct:SDL_PrivateVideoData
158 #define s_writeable_height (this->hidden->s_writeable_height) macro
SDL_ps3video.c 225 s_writeable_height = fb_vinfo.yres;
296 s_bounded_input_height = height < s_writeable_height ? height : s_writeable_height;
298 s_bounded_input_height_offset = (s_writeable_height - s_bounded_input_height) >> 1;
366 s_bounded_input_height_offset = (s_writeable_height - s_bounded_input_height) >> 1;

Completed in 59 milliseconds