Home
last modified time | relevance | path

Searched refs:META_SETROP2 (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/gdi/gdi32/wine/mfdrv/
H A Ddc.c55 return MFDRV_MetaParam1( dev, META_SETROP2, (WORD)rop) ? rop : 0; in MFDRV_SetROP2()
/reactos/sdk/include/psdk/
H A Dgdiplusenums.h459 WmfRecordTypeSetROP2 = GDIP_WMF_RECORD_TO_EMFPLUS(META_SETROP2),
H A Dwingdi.h213 #define META_SETROP2 0x104 macro
/reactos/win32ss/gdi/gdi32/wine/
H A Dmetafile.c570 case META_SETROP2: in PlayMetaFileRecord()
H A Dmetadc.c233 return metadc_param1( hdc, META_SETROP2, (WORD)rop ); in METADC_SetROP2()