Home
last modified time | relevance | path

Searched refs:HatchStyleMax (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusenums.h447 HatchStyleMax = HatchStyleTotal - 1 enumerator
/reactos/modules/rostests/winetests/gdiplus/
H A Dbrush.c59 status = GdipCreateHatchBrush(HatchStyleMax, 1, 2, &brush); in test_createHatchBrush()
71 status = GdipCreateHatchBrush((HatchStyle)(HatchStyleMax + 1), 1, 2, &brush); in test_createHatchBrush()
/reactos/dll/win32/gdiplus/
H A Dbrush.c282 if(hatchstyle < HatchStyleMin || hatchstyle > HatchStyleMax) in GdipCreateHatchBrush()