Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/eng/
H A Deng.h3 extern const BYTE gajRop2ToRop3[16];
6 (((ULONG)gajRop2ToRop3[((mix) - 1) & 0xF]) | \
7 ((ULONG)gajRop2ToRop3[(((mix) >> 8) - 1) & 0xF] << 8))
H A Dpaint.c15 const BYTE gajRop2ToRop3[16] = variable