Searched refs:jShift (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/gdi/diblib/ |
H A D | DibLib.h | 43 #define _ReadPixel_1(pjSource, jShift) (((*(pjSource)) >> (jShift)) & 1) argument 44 …define _WritePixel_1(pjDest, jShift, ulColor) (void)(*(pjDest) = (UCHAR)((*(pjDest) & ~(1<<(jShift… argument 50 #define _ReadPixel_4(pjSource, jShift) (((*(pjSource)) >> (jShift)) & 15) argument 51 …define _WritePixel_4(pjDest, jShift, ulColor) (void)(*(pjDest) = (UCHAR)((*(pjDest) & ~(15<<(jShif… argument
|
H A D | DibLib_BitBlt.h | 8 #define _ReadPixel(bpp, pj, jShift) __PASTE(_ReadPixel_, bpp)(pj, jShift) argument 9 #define _WritePixel(pj, jShift, c) __PASTE(_WritePixel_, _DEST_BPP)(pj, jShift, c) argument
|