Home
last modified time | relevance | path

Searched refs:GDI_HANDLE_IS_STOCKOBJ (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/apitests/win32nt/ntgdi/
H A DNtGdiGetStockObject.c19 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) == TRUE); in START_TEST()
24 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) == TRUE); in START_TEST()
29 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) == TRUE); in START_TEST()
34 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) == TRUE); in START_TEST()
39 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) == TRUE); in START_TEST()
44 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) == TRUE); in START_TEST()
50 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) != 0); in START_TEST()
55 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) != 0); in START_TEST()
60 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) == TRUE); in START_TEST()
69 RTEST(GDI_HANDLE_IS_STOCKOBJ(handle) != 0); in START_TEST()
[all …]
/reactos/modules/rosapps/applications/devutils/gdihv/
H A Dgdi.h37 #define GDI_HANDLE_IS_STOCKOBJ(h) \ macro
/reactos/win32ss/gdi/gdi32/objects/
H A Dgdiobj.c324 if (GDI_HANDLE_IS_STOCKOBJ(hObject)) in DeleteObject()
H A Dbrush.c349 if ( GDI_HANDLE_IS_STOCKOBJ(hbr) ) in GetBrushAttributes()
H A Dbitmap.c1173 if ( GDI_HANDLE_IS_STOCKOBJ(hbm) ) in GetBitmapAttributes()
/reactos/win32ss/include/
H A Dntgdihdl.h99 #define GDI_HANDLE_IS_STOCKOBJ(h) \ macro
/reactos/win32ss/gdi/ntgdi/
H A Dgdiobj.c973 if (GDI_HANDLE_IS_STOCKOBJ(pobj->hHmgr)) in GDIOBJ_vSetObjectOwner()
1163 if (GDI_HANDLE_IS_STOCKOBJ(hobj)) in GreDeleteObject()
1236 if (GDI_HANDLE_IS_STOCKOBJ(hobj)) in GreSetObjectOwnerEx()
H A Dpalette.c964 if (GDI_HANDLE_IS_STOCKOBJ(hpal)) in IntSetPaletteEntries()
1248 GDI_HANDLE_IS_STOCKOBJ(hgdiobj) || in NtGdiUnrealizeObject()
H A Dbitmaps.c627 if (GDI_HANDLE_IS_STOCKOBJ(hBitmap)) in NtGdiSetBitmapBits()
H A Ddclife.c952 if (GDI_HANDLE_IS_STOCKOBJ(hobj)) return TRUE; in NtGdiDeleteObjectApp()