Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h94 #define ROP_Dn(D,S,P) (~(D)) /* DSTINVERT */ macro
270 #define ROP_DSTINVERT ROP_Dn
H A DRopFunctions.c433 return ROP_Dn(D,S,P); in DoRop_Dn()