Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h10 #define ROP_DPSoon(D,S,P) (~((D)|((P)|(S)))) macro
H A DRopFunctions.c13 return ROP_DPSoon(D,S,P); in DoRop_DPSoon()