Home
last modified time | relevance | path

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

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