/reactos/modules/rostests/winetests/gdi32/ |
H A D | dc.c | 724 ret = GetObjectType(hdc); in test_DeleteDC() 728 ret = GetObjectType(hdc); in test_DeleteDC() 733 ret = GetObjectType(hdc); in test_DeleteDC() 737 ret = GetObjectType(hdc); in test_DeleteDC() 748 ret = GetObjectType(hdc); in test_DeleteDC() 752 ret = GetObjectType(hdc); in test_DeleteDC() 757 ret = GetObjectType(hdc); in test_DeleteDC() 761 ret = GetObjectType(hdc); in test_DeleteDC() 780 ret = GetObjectType(hdc); in test_DeleteDC() 784 ret = GetObjectType(hdc); in test_DeleteDC() [all …]
|
H A D | gdiobj.c | 94 i = GetObjectType(NULL); in test_gdi_objects() 180 type = GetObjectType(hgdiobj_event.hgdiobj2); in test_thread_objects() 188 type = GetObjectType(hgdiobj_event.hgdiobj2); in test_thread_objects() 215 type = GetObjectType(hdc); in test_GetCurrentObject() 352 type = GetObjectType( hrgn_test ); in test_handles_on_win64()
|
H A D | pen.c | 93 obj_type = GetObjectType(hpen); in test_logpen() 113 obj_type = GetObjectType(hpen); in test_logpen() 222 obj_type = GetObjectType(hpen); in test_logpen() 336 obj_type = GetObjectType(hpen); in test_logpen()
|
H A D | metafile.c | 264 ok(!GetObjectType(hdcMetafile), "CloseEnhMetaFile has to destroy metafile hdc\n"); in test_ExtTextOut() 2087 type = GetObjectType(hMetafile); in test_mf_Blank() 2089 ok(!GetObjectType(hdcMetafile), "CloseMetaFile has to destroy metafile hdc\n"); in test_mf_Blank() 2117 type = GetObjectType(hMetafile); in test_CopyMetaFile() 2133 type = GetObjectType(hmf_copy); in test_CopyMetaFile() 2162 type = GetObjectType(hmf); in test_SetMetaFileBits() 2282 ok(!GetObjectType(hdcMetafile), "CloseMetaFile has to destroy metafile hdc\n"); in test_mf_Graphics() 2323 ok(!GetObjectType(hdcMetafile), "CloseMetaFile has to destroy metafile hdc\n"); in test_mf_PatternBrush()
|
H A D | bitmap.c | 2749 ret = GetObjectType(hbmp); in test_mono_1x1_bmp_dbg() 5805 type = GetObjectType( create_desc.hDc ); in test_D3DKMTCreateDCFromMemory() 5807 type = GetObjectType( create_desc.hBitmap ); in test_D3DKMTCreateDCFromMemory()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 1400 ok( GetObjectType( h ) == OBJ_BITMAP, "expected bitmap %p\n", h ); in test_handles() 1403 ok( GetObjectType( h ) == OBJ_BITMAP, "expected bitmap %p\n", h ); in test_handles() 1410 ok( GetObjectType( h ) == OBJ_PAL, "expected palette %p\n", h ); in test_handles() 1666 ok( GetObjectType( h ) == OBJ_PAL, "expected palette %p\n", h ); in test_handles_thread2() 1718 ok( !GetObjectType( h ), "expected invalid object %p\n", h ); in test_handles_process() 1721 ok( GetObjectType( h ) == OBJ_PAL, "expected palette %p\n", h ); in test_handles_process() 1731 ok( GetObjectType( ((METAFILEPICT *)h)->hMF ) == OBJ_METAFILE, in test_handles_process() 1739 ok( GetObjectType( ((METAFILEPICT *)h)->hMF ) == OBJ_METAFILE, in test_handles_process() 1786 ok( !GetObjectType( h ), "expected invalid object %p\n", h ); in test_handles_process_dib() 1825 ok( GetObjectType( h ) == OBJ_PAL, "expected palette %p\n", h ); in test_data_handles() [all …]
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | olefont.c | 1024 obj_type = GetObjectType(hfont); in test_hfont_lifetime() 1031 obj_type = GetObjectType(last_hfont); in test_hfont_lifetime() 1037 obj_type = GetObjectType(last_hfont); in test_hfont_lifetime() 1047 obj_type = GetObjectType(hfont); in test_hfont_lifetime() 1066 obj_type = GetObjectType(first_hfont); in test_hfont_lifetime() 1084 obj_type = GetObjectType(hfont); in test_hfont_lifetime() 1114 obj_type = GetObjectType(hfont); in test_hfont_lifetime() 1133 obj_type = GetObjectType(first_hfont); in test_hfont_lifetime() 1159 obj_type = GetObjectType(hfont); in test_hfont_lifetime() 1164 obj_type = GetObjectType(hfont); in test_hfont_lifetime() [all …]
|
/reactos/modules/rostests/kmtests/ntos_ob/ |
H A D | ObTypes.c | 15 GetObjectType( in GetObjectType() function 59 ObjectType = GetObjectType(L"\\ObjectTypes\\" L ## #TypeName); \ 158 ObpTypeObjectType = GetObjectType(L"\\ObjectTypes\\Type"); in TestObjectTypes()
|
/reactos/dll/win32/comctl32/ |
H A D | static.c | 164 if (hBitmap && GetObjectType(hBitmap) != OBJ_BITMAP) in STATIC_SetBitmap() 200 if (hEnhMetaFile && GetObjectType(hEnhMetaFile) != OBJ_ENHMETAFILE) in STATIC_SetEnhMetaFile() 731 && (GetObjectType(hBitmap) == OBJ_BITMAP) in STATIC_PaintBitmapfn() 778 if (GetObjectType(hEnhMetaFile) == OBJ_ENHMETAFILE) in STATIC_PaintEnhMetafn()
|
/reactos/win32ss/user/user32/controls/ |
H A D | static.c | 138 if (hBitmap && GetObjectType(hBitmap) != OBJ_BITMAP) { in STATIC_SetBitmap() 174 if (hEnhMetaFile && GetObjectType(hEnhMetaFile) != OBJ_ENHMETAFILE) { in STATIC_SetEnhMetaFile() 819 && (GetObjectType(hBitmap) == OBJ_BITMAP) in STATIC_PaintBitmapfn() 864 if (GetObjectType(hEnhMetaFile) == OBJ_ENHMETAFILE) in STATIC_PaintEnhMetafn()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | gdiobj.c | 43 GetObjectType( in GetObjectType() function
|
/reactos/dll/win32/olecli32/ |
H A D | olecli_main.c | 158 return GetObjectType( hdc ) == OBJ_METADC; in OleIsDcMeta()
|
/reactos/dll/opengl/opengl32/ |
H A D | wgl.c | 26 DWORD objType = GetObjectType(hdc); in get_dc_data_ex() 745 DWORD objType = GetObjectType(hdc); in wglMakeCurrent()
|
/reactos/win32ss/gdi/gdi32/wine/mfdrv/ |
H A D | init.c | 397 if (GetObjectType( hdc ) != OBJ_METADC) in MFDRV_CloseMetaFile()
|
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/ |
H A D | init.c | 443 if (GetObjectType( hdc ) != OBJ_ENHMETADC) in CloseEnhMetaFile()
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 408 408 stdcall GetObjectType(long)
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | clipboard.c | 1649 obj_type = GetObjectType(U(med).hEnhMetaFile); in test_nonole_clipboard()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 3809 DWORD WINAPI GetObjectType(_In_ HGDIOBJ);
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 2210 }else if (GetObjectType(graphics->hdc) == OBJ_MEMDC){ in get_graphics_device_bounds()
|