Home
last modified time | relevance | path

Searched refs:ROP4_FGND (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dinteng.h51 #define ROP4_FGND(Rop4) ((Rop4) & 0x00FF) macro
H A Dbitblt_new.c140 bltdata.apfnDoRop[1] = gapfnRop[ROP4_FGND(rop4)]; in EngBitBlt()
291 iFunctionIndex = gajIndexPerRop[ROP4_FGND(rop4)]; in EngBitBlt()
H A Dbitblt.c74 fgndRop = ROP4_FGND(Rop4); in BltMask()