Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.c153 unsigned long cyHeight; //10 member
429 gapi->gxProperties.cyHeight = gxInfo.cyHeight; in FillStructs()
442 gapi->gxProperties.cyHeight = g_RawFrameBufferInfo.cyPixels; 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 …idth == (unsigned)g_RawFrameBufferInfo.cxPixels) && (gapi->gxProperties.cyHeight == (unsigned)g_Ra… 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 …unsigned)width != gapi->gxProperties.cxWidth) || ((unsigned)height != gapi->gxProperties.cyHeight)) in GAPI_SetVideoMode()
684 …&& (((unsigned)width != gapi->gxProperties.cyHeight) || ((unsigned)height != gapi->gxProperties.cx… in GAPI_SetVideoMode()
[all …]
DSDL_gapivideo.h36 DWORD cyHeight; // notice lack of 'th' in the word height. member