Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h60 #define ROP_Sn(D,S,P) (~(S)) /* NOTSRCCOPY */ macro
268 #define ROP_NOTSRCCOPY ROP_Sn
H A DRopFunctions.c263 return ROP_Sn(D,S,P); in DoRop_Sn()