OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mga_crtc2_stretch_overscan
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h
50
float
mga_crtc2_stretch_overscan
;
member in struct:SDL_PrivateVideoData
SDL_DirectFB_video.c
387
HIDDEN->
mga_crtc2_stretch_overscan
= 1;
550
HIDDEN->
mga_crtc2_stretch_overscan
= overscan;
554
printf("CRTC2 overscan: %f\n", HIDDEN->
mga_crtc2_stretch_overscan
);
747
while ((float)HIDDEN->c2dsize.w < (float)HIDDEN->c2framesize.w*HIDDEN->
mga_crtc2_stretch_overscan
&& (float)HIDDEN->c2dsize.h < (float)HIDDEN->c2framesize.h*HIDDEN->
mga_crtc2_stretch_overscan
)
765
while ((float)HIDDEN->c2dsize.w > (float)HIDDEN->c2framesize.w*HIDDEN->
mga_crtc2_stretch_overscan
|| (float)HIDDEN->c2dsize.h > (float)HIDDEN->c2framesize.h*HIDDEN->
mga_crtc2_stretch_overscan
)
Completed in 71 milliseconds