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

  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 141 unsigned long cyHeight; //10
401 this->hidden->gxProperties.cyHeight = gxInfo.cyHeight;
414 this->hidden->gxProperties.cyHeight = g_RawFrameBufferInfo.cyPixels;
514 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth);
515 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight);
520 !((gapi->gxProperties.cxWidth == (unsigned)g_RawFrameBufferInfo.cxPixels) && (gapi->gxProperties.cyHeight == (unsigned)g_RawFrameBufferInfo.cyPixels)))
528 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth);
529 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight);
534 this->info.current_h = gapi->gxProperties.cyHeight;
    [all...]
SDL_gapivideo.h 35 DWORD cyHeight; // notice lack of 'th' in the word height.

Completed in 156 milliseconds