Home
last modified time | relevance | path

Searched refs:cxWidth (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c140 unsigned long cxWidth; //0c member
400 this->hidden->gxProperties.cxWidth = gxInfo.cxWidth; in FillStructs()
413 this->hidden->gxProperties.cxWidth = g_RawFrameBufferInfo.cxPixels; in FillStructs()
514 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth); in GAPI_VideoInit()
515 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight); in GAPI_VideoInit()
520 …!((gapi->gxProperties.cxWidth == (unsigned)g_RawFrameBufferInfo.cxPixels) && (gapi->gxProperties.c… in GAPI_VideoInit()
528 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth); in GAPI_VideoInit()
529 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight); in GAPI_VideoInit()
533 this->info.current_w = gapi->gxProperties.cxWidth; in GAPI_VideoInit()
652 …if( (((unsigned)width != gapi->gxProperties.cxWidth) || ((unsigned)height != gapi->gxProperties.cy… in GAPI_SetVideoMode()
[all …]
DSDL_gapivideo.h34 DWORD cxWidth; member