Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/dib/
H A Dstretchblt.c26 LONG DesX; in DIB_XXBPP_StretchBlt() local
162 for (DesX = DestRect->left; DesX < DestRect->right; DesX++) in DIB_XXBPP_StretchBlt()
170 … sx = SourceRect->right - (DesX - DestRect->left) * SrcWidth / DstWidth; // flips about the y-axis in DIB_XXBPP_StretchBlt()
174 sx = SourceRect->left+(DesX - DestRect->left) * SrcWidth / DstWidth; in DIB_XXBPP_StretchBlt()
188 … sx = SourceRect->right-(DesX - DestRect->left) * SrcWidth / DstWidth; // flips about the y-axis in DIB_XXBPP_StretchBlt()
192 sx = SourceRect->left + (DesX - DestRect->left) * SrcWidth / DstWidth; in DIB_XXBPP_StretchBlt()
215 Dest = fnDest_GetPixel(DestSurf, DesX, DesY); in DIB_XXBPP_StretchBlt()
218 fnDest_PutPixel(DestSurf, DesX, DesY, Color); in DIB_XXBPP_StretchBlt()