Home
last modified time | relevance | path

Searched refs:dashcap (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dpen.c283 *dashCap = pen->dashcap; in GdipGetPenDashCap197819()
632 pen->dashcap = dashCap; in GdipSetPenDashCap197819()
701 pen->dashcap = dash; in GdipSetPenLineCap197819()
H A Dgdiplus_private.h209 GpDashCap dashcap; member
H A Dgraphicspath.c2232 if (pen->dashcap != DashCapFlat) in GdipWidenPath()
2233 FIXME("unimplemented dash cap %d\n", pen->dashcap); in GdipWidenPath()
H A Dmetafile.c4356 if (pen->dashcap != DashCapFlat) in METAFILE_AddPenObject()
4444 *(DWORD*)(pen_data->OptionalData + i) = pen->dashcap; in METAFILE_AddPenObject()