Home
last modified time | relevance | path

Searched defs:rop3 (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dconstants.h195 #define ROP2_S(rop3) (rop3 & 0xf) argument
196 #define ROP2_P(rop3) ((rop3 & 0x3) | ((rop3 & 0x30) >> 2)) argument
/reactos/base/applications/mstsc/
H A Dconstants.h263 #define ROP2_S(rop3) (rop3 & 0xf) argument
264 #define ROP2_P(rop3) ((rop3 & 0x3) | ((rop3 & 0x30) >> 2)) argument
/reactos/modules/rostests/winetests/gdi32/
H A Ddib.c31 static const DWORD rop3[256] = variable