Searched refs:iYScaleError2 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c532 int iXScaleError2, iYScaleError2; local
580 iYScaleError2 = (swp.cy-1)/(pVideo->hidden->SrcBufferDesc.uiYResolution);
582 if (iYScaleError2<0) iYScaleError2 = 0;
592 iHeight+=iYScaleError2;

Completed in 59 milliseconds