Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/objects/
H A Dgdiobj.c83 Ret = OBJ_METAFILE; in GetObjectType()
/reactos/win32ss/gdi/gdi32/wine/
H A Drosglue.c25 case OBJ_METAFILE: return GDILoObjType_LO_METAFILE16_TYPE; in ConvertObjectType()
H A Dmetafile.c109 return alloc_gdi_handle( mh, OBJ_METAFILE, NULL ); in MF_Create_HMETAFILE()
291 METAHEADER *ret, *mh = GDI_GetObjPtr( hmf, OBJ_METAFILE ); in get_metafile_bits()
1093 METAHEADER *mh = GDI_GetObjPtr( hmf, OBJ_METAFILE ); in GetMetaFileBitsEx()
/reactos/modules/rostests/winetests/gdi32/
H A Dmetafile.c2088 ok(type == OBJ_METAFILE, "CloseMetaFile created object with type %d\n", type); in test_mf_Blank()
2118 ok(type == OBJ_METAFILE, "CloseMetaFile created object with type %d\n", type); in test_CopyMetaFile()
2134 ok(type == OBJ_METAFILE, "CopyMetaFile created object with type %d\n", type); in test_CopyMetaFile()
2163 ok(type == OBJ_METAFILE, "SetMetaFileBitsEx created object with type %d\n", type); in test_SetMetaFileBits()
/reactos/modules/rostests/winetests/user32/
H A Dclipboard.c1731 ok( GetObjectType( ((METAFILEPICT *)h)->hMF ) == OBJ_METAFILE, in test_handles_process()
1739 ok( GetObjectType( ((METAFILEPICT *)h)->hMF ) == OBJ_METAFILE, in test_handles_process()
/reactos/sdk/include/psdk/
H A Dobjidl.idl1417 #define OBJ_METAFILE 9
H A Dwingdi.h700 #define OBJ_METAFILE 9 macro