Home
last modified time | relevance | path

Searched refs:EmfPlusRecordType (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusenums.h454 enum EmfPlusRecordType enum
768 typedef enum EmfPlusRecordType EmfPlusRecordType; typedef
773 #define GDIP_WMF_RECORD_TO_EMFPLUS(x) ((EmfPlusRecordType)((x) | GDIP_WMF_RECORD_BASE))
H A Dgdiplusmetafile.h222 PlayRecord(EmfPlusRecordType recordType, UINT flags, UINT dataSize, const BYTE *data) in PlayRecord()
H A Dgdiplustypes.h60 …typedef BOOL(CALLBACK *EnumerateMetafileProc)(EmfPlusRecordType, UINT, UINT, const BYTE *, VOID *);
H A Dgdiplusflat.h1079 GdipPlayMetafileRecord(GDIPCONST GpMetafile *, EmfPlusRecordType, UINT, UINT, GDIPCONST BYTE *);
/reactos/modules/rostests/winetests/gdiplus/
H A Dmetafile.c40 void (*playback_fn)(GpMetafile* metafile, EmfPlusRecordType record_type,
212 static BOOL CALLBACK enum_metafile_proc(EmfPlusRecordType record_type, unsigned int flags, in enum_metafile_proc()
269 static BOOL CALLBACK play_metafile_proc(EmfPlusRecordType record_type, unsigned int flags, in play_metafile_proc()
2299 static void test_gditransform_cb(GpMetafile* metafile, EmfPlusRecordType record_type, in test_gditransform_cb()
/reactos/dll/win32/gdiplus/
H A Dmetafile.c2462 EmfPlusRecordType recordType, UINT flags, UINT dataSize, GDIPCONST BYTE *data) in GdipPlayMetafileRecord()
H A Dgraphics.c3064 static BOOL CALLBACK play_metafile_proc(EmfPlusRecordType record_type, unsigned int flags, in play_metafile_proc()