Home
last modified time | relevance | path

Searched refs:GdipSetAdjustableArrowCapHeight (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdipluslinecaps.h198 return SetStatus(DllExports::GdipSetAdjustableArrowCapHeight(cap, height)); in SetHeight()
H A Dgdiplusflat.h45 GdipSetAdjustableArrowCapHeight(GpAdjustableArrowCap *, REAL);
/reactos/dll/win32/gdiplus/
H A Dcustomlinecap.c420 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapHeight(GpAdjustableArrowCap* cap, REAL height) in GdipSetAdjustableArrowCapHeight() function
H A Dgdiplus.spec486 486 stdcall GdipSetAdjustableArrowCapHeight(ptr float)
/reactos/modules/rostests/winetests/gdiplus/
H A Dcustomlinecap.c314 stat = GdipSetAdjustableArrowCapHeight(cap, 2.0 * height); in test_create_adjustable_cap()