Searched refs:ptlBrush (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/gdi/eng/ |
H A D | bitblt.c | 297 POINTL ptlBrush; in NtGdiEngBitBlt() local 311 RtlCopyMemory(&ptlBrush, pptlBrush, sizeof(POINTL)); in NtGdiEngBitBlt() 320 …n EngBitBlt(psoTrg, psoSrc, psoMask, pco, pxlo, &rclTrg, &ptlSrc, &ptlMask, pbo, &ptlBrush, Rop4); in NtGdiEngBitBlt() 675 POINTL ptlBrush; in IntEngBitBlt() local 751 ptlBrush.x = pptlBrush->x + rclClipped.left - prclTrg->left; in IntEngBitBlt() 752 ptlBrush.y = pptlBrush->y + rclClipped.top - prclTrg->top; in IntEngBitBlt() 754 ptlBrush = *pptlBrush; in IntEngBitBlt() 808 pptlBrush ? &ptlBrush : NULL, in IntEngBitBlt()
|
H A D | bitblt_new.c | 562 POINTL ptlSrc, ptlMask, ptlBrush; in NtGdiEngBitBlt() local 600 ptlBrush = *pptlBrush; in NtGdiEngBitBlt() 629 pptlBrush ? &ptlBrush : NULL, in NtGdiEngBitBlt()
|