Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.c152 unsigned long cxWidth; //0c member
428 gapi->gxProperties.cxWidth = gxInfo.cxWidth; in FillStructs()
441 gapi->gxProperties.cxWidth = g_RawFrameBufferInfo.cxPixels; in FillStructs()
542 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth); in GAPI_VideoInit()
543 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight); in GAPI_VideoInit()
548 …!((gapi->gxProperties.cxWidth == (unsigned)g_RawFrameBufferInfo.cxPixels) && (gapi->gxProperties.c… in GAPI_VideoInit()
556 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth); in GAPI_VideoInit()
557 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight); in GAPI_VideoInit()
683 …if( (((unsigned)width != gapi->gxProperties.cxWidth) || ((unsigned)height != gapi->gxProperties.cy… in GAPI_SetVideoMode()
684 …nsigned)width != gapi->gxProperties.cyHeight) || ((unsigned)height != gapi->gxProperties.cxWidth))) in GAPI_SetVideoMode()
[all …]
DSDL_gapivideo.h35 DWORD cxWidth; member