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

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c531 int iXScaleError, iYScaleError; local
575 iXScaleError = (pVideo->hidden->SrcBufferDesc.uiXResolution-1) / swp.cx;
577 if (iXScaleError<0) iXScaleError = 0;
585 iLeft = rcl.xLeft * pVideo->hidden->SrcBufferDesc.uiXResolution / swp.cx - iXScaleError;
587 / swp.cx + 2*iXScaleError;

Completed in 396 milliseconds