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

  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 140 unsigned long cxWidth; //0c
400 this->hidden->gxProperties.cxWidth = gxInfo.cxWidth;
413 this->hidden->gxProperties.cxWidth = g_RawFrameBufferInfo.cxPixels;
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);
533 this->info.current_w = gapi->gxProperties.cxWidth;
    [all...]
SDL_gapivideo.h 34 DWORD cxWidth;

Completed in 606 milliseconds