Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DDibLib.h48 #define _CALCSHIFT_1(pShift, x) (void)(*(pShift) = (7 - ((x) & 7))) macro
H A DDibLib_BitBlt.h67 _CALCSHIFT_1(&jMskShift, pBltData->siMsk.ptOrig.x); in _DibFunction()