Searched refs:OBJ_METAFILE (Results 1 – 7 of 7) sorted by relevance
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | gdiobj.c | 83 Ret = OBJ_METAFILE; in GetObjectType()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | rosglue.c | 25 case OBJ_METAFILE: return GDILoObjType_LO_METAFILE16_TYPE; in ConvertObjectType()
|
H A D | metafile.c | 109 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 D | metafile.c | 2088 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 D | clipboard.c | 1731 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 D | objidl.idl | 1417 #define OBJ_METAFILE 9
|
H A D | wingdi.h | 700 #define OBJ_METAFILE 9 macro
|