Searched refs:ptSrc (Results 1 – 6 of 6) sorted by relevance
/reactos/win32ss/gdi/eng/ |
H A D | bitblt_new.c | 399 POINTL ptOffset, ptSrc, ptMask, ptBrush; in IntEngBitBlt() local 450 ptSrc = *pptlSrc; in IntEngBitBlt() 453 AdjustOffsetAndSize(&ptOffset, &sizTrg, &ptSrc, &psoSrc->sizlBitmap); in IntEngBitBlt() 458 ptSrc.x = 0; in IntEngBitBlt() 459 ptSrc.y = 0; in IntEngBitBlt() 487 ptSrc.x += ptOffset.x; in IntEngBitBlt() 488 ptSrc.y += ptOffset.y; in IntEngBitBlt() 535 psoSrc ? &ptSrc : NULL, in IntEngBitBlt()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | LPtoDP.c | 52 POINT ptSrc; member 364 pt = entry->ptSrc; in DoTestEntry() 375 LONG x = MulDiv(entry->ptSrc.x - ptWnd.x, sizView.cx, sizWnd.cx) + ptView.x; in DoTestEntry() 376 LONG y = MulDiv(entry->ptSrc.y - ptWnd.y, sizView.cy, sizWnd.cy) + ptView.y; in DoTestEntry() 387 x = (LONG)((xform.eM11 * entry->ptSrc.x + xform.eM12 * entry->ptSrc.y) + xform.eDx); in DoTestEntry() 388 y = (LONG)((xform.eM21 * entry->ptSrc.x + xform.eM22 * entry->ptSrc.y) + xform.eDy); in DoTestEntry() 401 x = (LONG)((xform.eM11 * entry->ptSrc.x + xform.eM12 * entry->ptSrc.y) + xform.eDx); in DoTestEntry() 402 y = (LONG)((xform.eM21 * entry->ptSrc.x + xform.eM22 * entry->ptSrc.y) + xform.eDy); in DoTestEntry()
|
H A D | DPtoLP.c | 53 POINT ptSrc; member 381 pt = entry->ptSrc; in DoTestEntry() 392 LONG x = MulDiv(entry->ptSrc.x - ptView.x, sizWnd.cx, sizView.cx) + ptWnd.x; in DoTestEntry() 393 LONG y = MulDiv(entry->ptSrc.y - ptView.y, sizWnd.cy, sizView.cy) + ptWnd.y; in DoTestEntry() 406 x = MulDiv(entry->ptSrc.x - ptView.x, sizWnd.cx, sizView.cx) + ptWnd.x; in DoTestEntry() 407 y = MulDiv(entry->ptSrc.y - ptView.y, sizWnd.cy, sizView.cy) + ptWnd.y; in DoTestEntry() 423 x = MulDiv(entry->ptSrc.x - ptView.x, sizWnd.cx, sizView.cx) + ptWnd.x; in DoTestEntry() 424 y = MulDiv(entry->ptSrc.y - ptView.y, sizWnd.cy, sizView.cy) + ptWnd.y; in DoTestEntry()
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 218 POINT ptSrc, ptDest; in imagelist_copy_images() local 224 imagelist_point_from_index( himl, src+i, &ptSrc ); in imagelist_copy_images() 230 hdcSrc, ptSrc.x, ptSrc.y, SRCCOPY ); in imagelist_copy_images() 709 POINT ptSrc, ptDst; in ImageList_Copy() local 721 imagelist_point_from_index( himlSrc, iSrc, &ptSrc ); in ImageList_Copy() 751 himlSrc->hdcImage, ptSrc.x, ptSrc.y, himlSrc->cx, himlSrc->cy, in ImageList_Copy() 755 himlSrc->hdcMask, ptSrc.x, ptSrc.y, himlSrc->cx, himlSrc->cy, in ImageList_Copy() 760 BitBlt (himlSrc->hdcMask, ptSrc.x, ptSrc.y, himlSrc->cx, himlSrc->cy, in ImageList_Copy() 764 BitBlt (himlSrc->hdcImage, ptSrc.x, ptSrc.y, himlSrc->cx, himlSrc->cy, in ImageList_Copy() 774 himlSrc->hdcImage, ptSrc.x, ptSrc.y, himlSrc->cx, himlSrc->cy, in ImageList_Copy() [all …]
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | dibobj.c | 253 POINTL ptSrc; in IntSetDIBits() local 335 ptSrc.x = 0; in IntSetDIBits() 336 ptSrc.y = 0; in IntSetDIBits() 343 &ptSrc); in IntSetDIBits()
|
/reactos/win32ss/user/ntuser/ |
H A D | cursoricon.c | 2027 POINTL ptSrc = {0, 0}; in UserDrawIconEx() 2050 &ptSrc, in UserDrawIconEx()
|