Searched refs:nYSrc (Results 1 – 5 of 5) sorted by relevance
/reactos/base/applications/mspaint/ |
H A D | drawing.cpp | 288 HDC hdcSrc, int nXSrc, int nYSrc, int nSrcWidth, int nSrcHeight, in ColorKeyedMaskBlt() argument 300 hdcSrc, nXSrc, nYSrc, nSrcWidth, nSrcHeight, SRCCOPY); in ColorKeyedMaskBlt() 305 hdcSrc, nXSrc, nYSrc, nSrcWidth, nSrcHeight, keyColor); in ColorKeyedMaskBlt() 312 hdcSrc, nXSrc, nYSrc, hbmMask, 0, 0, MAKEROP4(SRCCOPY, 0xAA0029)); in ColorKeyedMaskBlt() 333 hdcSrc, nXSrc, nYSrc, nSrcWidth, nSrcHeight, SRCCOPY); in ColorKeyedMaskBlt() 346 hdcSrc, nXSrc, nYSrc, nSrcWidth, nSrcHeight, keyColor); in ColorKeyedMaskBlt()
|
H A D | drawing.h | 38 HDC hdcSrc, int nXSrc, int nYSrc, int nSrcWidth, int nSrcHeight,
|
/reactos/win32ss/user/ntuser/ |
H A D | ntstubs.c | 24 INT nYSrc, in NtUserBitBltSysBmp() argument 37 nYSrc, in NtUserBitBltSysBmp()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitblt.c | 322 INT nYSrc, in NtGdiMaskBlt() argument 450 SourcePoint.y = nYSrc; in NtGdiMaskBlt()
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1457 INT nYSrc,
|