Home
last modified time | relevance | path

Searched refs:GDILoObjType_LO_BRUSH_TYPE (Results 1 – 11 of 11) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dbrush.hpp72 GDILoObjType_LO_BRUSH_TYPE, in _Ret_opt_bytecount_()
86 GDILoObjType_LO_BRUSH_TYPE, in _Ret_opt_bytecount_()
100 GDILoObjType_LO_BRUSH_TYPE, in _Ret_opt_bytecap_()
H A Dbrush.cpp20 _In_ GDILOOBJTYPE loobjtype = GDILoObjType_LO_BRUSH_TYPE) in BRUSH()
95 NT_ASSERT((GDI_HANDLE_GET_TYPE(pbr->hHmgr()) == GDILoObjType_LO_BRUSH_TYPE) || in vDeleteObject()
H A Dgdiobj.c1298 case GDILoObjType_LO_BRUSH_TYPE: in GreGetObject()
/reactos/win32ss/gdi/gdi32/wine/
H A Drosglue.c18 case OBJ_BRUSH: return GDILoObjType_LO_BRUSH_TYPE; in ConvertObjectType()
359 if ((eObjectType != GDILoObjType_LO_BRUSH_TYPE) && in METADC_RosGlueDeleteObject()
H A Dgdi_private.h33 GDILoObjType_LO_BRUSH_TYPE = 0x100000, enumerator
H A Dmetadc.c1256 case GDILoObjType_LO_BRUSH_TYPE: in METADC_SelectObject()
H A Demfdc.c558 case GDILoObjType_LO_BRUSH_TYPE: in EMFDC_SelectObject()
/reactos/win32ss/gdi/gdi32/objects/
H A Dgdiobj.c355 case GDILoObjType_LO_BRUSH_TYPE: in DeleteObject()
H A Ddc.c1567 case GDILoObjType_LO_BRUSH_TYPE: in SelectObject()
/reactos/win32ss/include/
H A Dntgdityp.h157 GDILoObjType_LO_BRUSH_TYPE = 0x100000, enumerator
/reactos/win32ss/gdi/gdi32/misc/
H A Dmisc.c898 GdiType = GDILoObjType_LO_BRUSH_TYPE; in hGetPEBHandle()