Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/eng/
H A Dtransblt.c222 LONG InputClWidth, InputClHeight, InputWidth, InputHeight; in IntEngTransparentBlt() local
259 InputClWidth = InputClippedRect.right - InputClippedRect.left; in IntEngTransparentBlt()
264 InputRect.left += (InputWidth * (OutputRect.left - InputClippedRect.left)) / InputClWidth; in IntEngTransparentBlt()
265 … InputRect.right -= (InputWidth * (InputClippedRect.right - OutputRect.right)) / InputClWidth; in IntEngTransparentBlt()
H A Dstretchblt.c490 LONG InputClWidth, InputClHeight, InputWidth, InputHeight; in IntEngStretchBlt() local
761 InputClWidth = InputClippedRect.right - InputClippedRect.left; in IntEngStretchBlt()
766 InputRect.left += (InputWidth * (OutputRect.left - InputClippedRect.left)) / InputClWidth; in IntEngStretchBlt()
767 … InputRect.right -= (InputWidth * (InputClippedRect.right - OutputRect.right)) / InputClWidth; in IntEngStretchBlt()