Home
last modified time | relevance | path

Searched refs:HS_DDI_MAX (Results 1 – 6 of 6) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dengbrush.c14 static const ULONG gaulHatchBrushes[HS_DDI_MAX][8] =
24 HSURF gahsurfHatch[HS_DDI_MAX];
37 for (i = 0; i < HS_DDI_MAX; i++) in InitBrushImpl()
H A Dpdevobj.h97 HSURF ahsurf[HS_DDI_MAX];
H A Dpdevobj.c196 HS_DDI_MAX, in PDEVOBJ_bEnablePDEV()
232 for (i = 0; i < HS_DDI_MAX; i++) in PDEVOBJ_bEnablePDEV()
/reactos/win32ss/gdi/ntgdi/
H A Dbrush.h132 extern HSURF gahsurfHatch[HS_DDI_MAX];
H A Dbrush.cpp370 if (iHatch < HS_DDI_MAX) in NtGdiCreateHatchBrushInternal()
/reactos/sdk/include/psdk/
H A Dwinddi.h3954 #define HS_DDI_MAX 6 macro