OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c2framesize
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c
528
HIDDEN->
c2framesize
.x = 0;
529
HIDDEN->
c2framesize
.y = 0;
530
HIDDEN->c2frame->GetSize( HIDDEN->c2frame, &HIDDEN->
c2framesize
.w, &HIDDEN->
c2framesize
.h);
707
/* no stretching if c2ssize ==
c2framesize
*/
741
printf("CRTC2 resolution: X: %d, Y: %d\n", HIDDEN->
c2framesize
.w, HIDDEN->
c2framesize
.h);
745
if ((float)width < (float)HIDDEN->
c2framesize
.w*0.95 || (float)height < (float)HIDDEN->
c2framesize
.h*0.95)
747
while ((float)HIDDEN->c2dsize.w < (float)HIDDEN->
c2framesize
.w*HIDDEN->mga_crtc2_stretch_overscan && (float)HIDDEN->c2dsize.h < (float)HIDDEN->c2framesize.h*HI (…)
[
all
...]
SDL_DirectFB_video.h
55
DFBRectangle
c2framesize
; /* CRTC2 screen size */
member in struct:SDL_PrivateVideoData
Completed in 182 milliseconds