Searched refs:InputClWidth (Results 1 – 2 of 2) sorted by relevance
222 LONG InputClWidth, InputClHeight, InputWidth, InputHeight; in IntEngTransparentBlt() local259 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()
490 LONG InputClWidth, InputClHeight, InputWidth, InputHeight; in IntEngStretchBlt() local761 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()