Searched refs:RoundedRight (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/gdi/dib/ |
H A D | dib4bpp.c | 377 LONG RoundedRight; in DIB_4BPP_BitBlt() local 402 RoundedRight = BltInfo->DestRect.right - in DIB_4BPP_BitBlt() 450 for (; DestX < RoundedRight; DestX += 8, SourceX += 8, DestBits++) in DIB_4BPP_BitBlt()
|
H A D | dib1bpp.c | 377 LONG RoundedRight; in DIB_1BPP_BitBlt() local 382 RoundedRight = BltInfo->DestRect.right - in DIB_1BPP_BitBlt() 444 for (; DestX < RoundedRight; DestX += 32, DestBits++, SourceX += 32) in DIB_1BPP_BitBlt()
|
H A D | dib8bpp.c | 547 LONG RoundedRight, X, Y, SourceX = 0, SourceY = 0; in DIB_8BPP_TransparentBlt() local 560 RoundedRight = DestRect->right - ((DestRect->right - DestRect->left) & 0x3); in DIB_8BPP_TransparentBlt() 569 for (X = DestRect->left; X < RoundedRight; X += 4, DestBits++) in DIB_8BPP_TransparentBlt()
|
H A D | dib16bpp.c | 727 LONG RoundedRight, X, Y, SourceX = 0, SourceY = 0, wd; in DIB_16BPP_TransparentBlt() local 740 RoundedRight = DestRect->right - ((DestRect->right - DestRect->left) & 0x1); in DIB_16BPP_TransparentBlt() 749 for(X = DestRect->left; X < RoundedRight; X += 2, DestBits++, SourceX += 2) in DIB_16BPP_TransparentBlt()
|