Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/dib/
H A Dstretchblt.c29 LONG DstHeight; in DIB_XXBPP_StretchBlt() local
61 DstHeight = DestRect->bottom - DestRect->top; in DIB_XXBPP_StretchBlt()
72 if (((SrcHeight < 0) && (DstHeight < 0)) || ((SrcHeight >= 0) && (DstHeight >= 0))) in DIB_XXBPP_StretchBlt()
95 DstHeight = DestRect->bottom - DestRect->top; in DIB_XXBPP_StretchBlt()
154 … sy = SourceRect->bottom-(DesY - DestRect->top) * SrcHeight / DstHeight; // flips about the x-axis in DIB_XXBPP_StretchBlt()
158 sy = SourceRect->top+(DesY - DestRect->top) * SrcHeight / DstHeight; in DIB_XXBPP_StretchBlt()
H A Ddib8bpp.c550 LONG DstHeight; in DIB_8BPP_TransparentBlt() local
555 DstHeight = DestRect->bottom - DestRect->top; in DIB_8BPP_TransparentBlt()
568 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_8BPP_TransparentBlt()
H A Ddib24bpp.c668 LONG DstHeight; in DIB_24BPP_TransparentBlt() local
673 DstHeight = DestRect->bottom - DestRect->top; in DIB_24BPP_TransparentBlt()
685 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_24BPP_TransparentBlt()
H A Ddib32bpp.c708 LONG DstHeight; in DIB_32BPP_TransparentBlt() local
713 DstHeight = DestRect->bottom - DestRect->top; in DIB_32BPP_TransparentBlt()
725 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_32BPP_TransparentBlt()
H A Ddib16bpp.c730 LONG DstHeight; in DIB_16BPP_TransparentBlt() local
735 DstHeight = DestRect->bottom - DestRect->top; in DIB_16BPP_TransparentBlt()
748 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_16BPP_TransparentBlt()
/reactos/win32ss/gdi/eng/
H A Dtransblt.c33 LONG DstHeight; in EngTransparentBlt() local
106 DstHeight = OutputRect.bottom - OutputRect.top; in EngTransparentBlt()
129 …utToCombinedRect.top = InputRect.top + (CombinedRect.top - OutputRect.top) * SrcHeight / DstHeight; in EngTransparentBlt()
130 …mbinedRect.bottom = InputRect.top + (CombinedRect.bottom - OutputRect.top) * SrcHeight / DstHeight; in EngTransparentBlt()
175 …utToCombinedRect.top = InputRect.top + (CombinedRect.top - OutputRect.top) * SrcHeight / DstHeight; in EngTransparentBlt()
176 …mbinedRect.bottom = InputRect.top + (CombinedRect.bottom - OutputRect.top) * SrcHeight / DstHeight; in EngTransparentBlt()
H A Dstretchblt.c134 LONG DstHeight; in EngStretchBltROP() local
286 DstHeight = OutputRect.bottom - OutputRect.top; in EngStretchBltROP()
325 …utToCombinedRect.top = InputRect.top + (CombinedRect.top - OutputRect.top) * SrcHeight / DstHeight; in EngStretchBltROP()
326 …mbinedRect.bottom = InputRect.top + (CombinedRect.bottom - OutputRect.top) * SrcHeight / DstHeight; in EngStretchBltROP()
388 …utToCombinedRect.top = InputRect.top + (CombinedRect.top - OutputRect.top) * SrcHeight / DstHeight; in EngStretchBltROP()
389 …mbinedRect.bottom = InputRect.top + (CombinedRect.bottom - OutputRect.top) * SrcHeight / DstHeight; in EngStretchBltROP()