OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cyHeight
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h
36
DWORD
cyHeight
; // notice lack of 'th' in the word height.
SDL_gapivideo.c
153
unsigned long
cyHeight
; //10
429
gapi->gxProperties.
cyHeight
= gxInfo.
cyHeight
;
442
gapi->gxProperties.
cyHeight
= g_RawFrameBufferInfo.cyPixels;
542
GAPI_AddMode(this, bpp, gapi->gxProperties.
cyHeight
, gapi->gxProperties.cxWidth);
543
GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.
cyHeight
);
548
!((gapi->gxProperties.cxWidth == (unsigned)g_RawFrameBufferInfo.cxPixels) && (gapi->gxProperties.
cyHeight
== (unsigned)g_RawFrameBufferInfo.cyPixels)))
556
GAPI_AddMode(this, bpp, gapi->gxProperties.
cyHeight
, gapi->gxProperties.cxWidth);
557
GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.
cyHeight
);
683
if( (((unsigned)width != gapi->gxProperties.cxWidth) || ((unsigned)height != gapi->gxProperties.
cyHeight
))
[
all
...]
Completed in 186 milliseconds