Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h240 #define ROP_SPxPDxan(D,S,P) (~(((S)^(P))&((P)^(D)))) macro
H A DRopFunctions.c1163 return ROP_SPxPDxan(D,S,P); in DoRop_SPxPDxan()