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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 120 uint32_t s_writeable_width; // width of screen which is writeable member in struct:SDL_PrivateVideoData
157 #define s_writeable_width (this->hidden->s_writeable_width) macro
SDL_ps3video.c 224 s_writeable_width = fb_vinfo.xres;
295 s_bounded_input_width = width < s_writeable_width ? width : s_writeable_width;
297 s_bounded_input_width_offset = (s_writeable_width - s_bounded_input_width) >> 1;
365 s_bounded_input_width_offset = (s_writeable_width - s_bounded_input_width) >> 1;

Completed in 443 milliseconds