Home | History | Annotate | Download | only in os2fslib

Lines Matching refs:iLeft

530             int iTop, iLeft, iWidth, iHeight;
585 iLeft = rcl.xLeft * pVideo->hidden->SrcBufferDesc.uiXResolution / swp.cx - iXScaleError;
595 if (iLeft<0) iLeft = 0;
597 if (iLeft+iWidth>pVideo->hidden->SrcBufferDesc.uiXResolution) iWidth = pVideo->hidden->SrcBufferDesc.uiXResolution-iLeft;
601 iTop, iLeft, iWidth, iHeight,
608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight);