Searched refs:DstHeight (Results 1 – 7 of 7) sorted by relevance
29 LONG DstHeight; in DIB_XXBPP_StretchBlt() local61 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()
550 LONG DstHeight; in DIB_8BPP_TransparentBlt() local555 DstHeight = DestRect->bottom - DestRect->top; in DIB_8BPP_TransparentBlt()568 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_8BPP_TransparentBlt()
668 LONG DstHeight; in DIB_24BPP_TransparentBlt() local673 DstHeight = DestRect->bottom - DestRect->top; in DIB_24BPP_TransparentBlt()685 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_24BPP_TransparentBlt()
708 LONG DstHeight; in DIB_32BPP_TransparentBlt() local713 DstHeight = DestRect->bottom - DestRect->top; in DIB_32BPP_TransparentBlt()725 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_32BPP_TransparentBlt()
730 LONG DstHeight; in DIB_16BPP_TransparentBlt() local735 DstHeight = DestRect->bottom - DestRect->top; in DIB_16BPP_TransparentBlt()748 SourceY = SourceRect->top+(Y - DestRect->top) * SrcHeight / DstHeight; in DIB_16BPP_TransparentBlt()
33 LONG DstHeight; in EngTransparentBlt() local106 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()
134 LONG DstHeight; in EngStretchBltROP() local286 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()