Searched refs:LineCapCustom (Results 1 – 3 of 3) sorted by relevance
559 pen->endcap = LineCapCustom; in GdipSetPenCustomEndCap()578 pen->startcap = LineCapCustom; in GdipSetPenCustomStartCap()
1679 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()
72 LineCapCustom = 0xff, enumerator