Home
last modified time | relevance | path

Searched refs:ptlBrush (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dbitblt.c297 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 Dbitblt_new.c562 POINTL ptlSrc, ptlMask, ptlBrush; in NtGdiEngBitBlt() local
600 ptlBrush = *pptlBrush; in NtGdiEngBitBlt()
629 pptlBrush ? &ptlBrush : NULL, in NtGdiEngBitBlt()