Searched refs:nYDest (Results 1 – 5 of 5) sorted by relevance
/reactos/base/applications/mspaint/ |
H A D | drawing.cpp | 287 ColorKeyedMaskBlt(HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, in ColorKeyedMaskBlt() argument 299 ::StretchBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, in ColorKeyedMaskBlt() 304 ::GdiTransparentBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, in ColorKeyedMaskBlt() 311 ::MaskBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, in ColorKeyedMaskBlt() 336 ::MaskBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, hTempDC1, 0, 0, in ColorKeyedMaskBlt() 342 ::BitBlt(hTempDC1, 0, 0, nWidth, nHeight, hdcDest, nXDest, nYDest, SRCCOPY); in ColorKeyedMaskBlt() 349 ::MaskBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, hTempDC1, 0, 0, in ColorKeyedMaskBlt()
|
H A D | drawing.h | 37 ColorKeyedMaskBlt(HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight,
|
/reactos/win32ss/user/ntuser/ |
H A D | ntstubs.c | 20 INT nYDest, in NtUserBitBltSysBmp() argument 32 nYDest, in NtUserBitBltSysBmp()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitblt.c | 317 INT nYDest, in NtGdiMaskBlt() argument 434 DestRect.top = nYDest; in NtGdiMaskBlt() 436 DestRect.bottom = nYDest + nHeight; in NtGdiMaskBlt()
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1453 INT nYDest,
|