Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/eng/
H A Dalphablend.c29 RECTL InputRect; in EngAlphaBlend() local
58 InputRect = *SourceRect; in EngAlphaBlend()
60 if ( (InputRect.top < 0) || (InputRect.bottom < 0) || in EngAlphaBlend()
61 (InputRect.left < 0) || (InputRect.right < 0) || in EngAlphaBlend()
107 InputRect.left += Translate.x; in EngAlphaBlend()
109 InputRect.top += Translate.y; in EngAlphaBlend()
122 ASSERT(InputRect.left <= InputRect.right && InputRect.top <= InputRect.bottom); in EngAlphaBlend()
142 …Rect.left = InputRect.left + (CombinedRect.left - OutputRect.left) * (InputRect.right - InputRect.… in EngAlphaBlend()
143 …Rect.right = InputRect.right + (CombinedRect.right - OutputRect.right) * (InputRect.right - InputR… in EngAlphaBlend()
144 …Rect.top = InputRect.top + (CombinedRect.top - OutputRect.top) * (InputRect.bottom - InputRect.top… in EngAlphaBlend()
[all …]
H A Dtransblt.c30 RECTL OutputRect, InputRect; in EngTransparentBlt() local
38 InputRect = *SourceRect; in EngTransparentBlt()
44 InputRect.left += Translate.x; in EngTransparentBlt()
45 InputRect.right += Translate.x; in EngTransparentBlt()
46 InputRect.top += Translate.y; in EngTransparentBlt()
108 SrcHeight = InputRect.bottom - InputRect.top; in EngTransparentBlt()
109 SrcWidth = InputRect.right - InputRect.left; in EngTransparentBlt()
221 RECTL InputRect; in IntEngTransparentBlt() local
249 InputRect = *SourceRect; in IntEngTransparentBlt()
261 InputWidth = InputRect.right - InputRect.left; in IntEngTransparentBlt()
[all …]
H A Dstretchblt.c220 InputRect.top = 0; in EngStretchBltROP()
288 SrcHeight = InputRect.bottom - InputRect.top; in EngStretchBltROP()
289 SrcWidth = InputRect.right - InputRect.left; in EngStretchBltROP()
487 RECTL InputRect; in IntEngStretchBlt() local
735 if (InputRect.right < InputRect.left || in IntEngStretchBlt()
736 InputRect.bottom < InputRect.top) in IntEngStretchBlt()
744 InputRect.left, InputRect.top, InputRect.right, InputRect.bottom, in IntEngStretchBlt()
763 InputWidth = InputRect.right - InputRect.left; in IntEngStretchBlt()
764 InputHeight = InputRect.bottom - InputRect.top; in IntEngStretchBlt()
779 InputRect.left, InputRect.top, InputRect.right, InputRect.bottom, in IntEngStretchBlt()
[all …]
H A Dbitblt.c346 RECTL InputRect; in EngBitBlt() local
432 InputRect.left = InputPoint.x; in EngBitBlt()
434 InputRect.top = InputPoint.y; in EngBitBlt()
442 InputRect.left = 0; in EngBitBlt()
444 InputRect.top = 0; in EngBitBlt()
908 RECTL InputRect; in EngMaskBitBlt() local
926 InputRect.left = pptlMask->x; in EngMaskBitBlt()
928 InputRect.top = pptlMask->y; in EngMaskBitBlt()
933 InputRect.left = 0; in EngMaskBitBlt()
935 InputRect.top = 0; in EngMaskBitBlt()
[all …]