Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dpen.c559 pen->endcap = LineCapCustom; in GdipSetPenCustomEndCap()
578 pen->startcap = LineCapCustom; in GdipSetPenCustomStartCap()
H A Dgraphics.c1679 customstroke = (cap == LineCapCustom) && custom && (!custom->fill); in draw_cap()
1814 case LineCapCustom: in draw_cap()
1998 else if((pen->endcap == LineCapCustom) && pen->customend) in draw_poly()
2013 else if((pen->endcap == LineCapCustom) && pen->customend) in draw_poly()
2036 else if((pen->startcap == LineCapCustom) && pen->customstart) in draw_poly()
2051 else if((pen->startcap == LineCapCustom) && pen->customstart) in draw_poly()
/reactos/sdk/include/psdk/
H A Dgdiplusenums.h72 LineCapCustom = 0xff, enumerator