Searched refs:init_custom_linecap (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/gdiplus/ |
H A D | customlinecap.c | 75 static GpStatus init_custom_linecap(GpCustomLineCap *cap, GpPathData *pathdata, BOOL fill, GpLineCa… in init_custom_linecap() function 127 stat = init_custom_linecap(*customCap, pathdata, fillPath != NULL, baseCap, baseInset); in GdipCreateCustomLineCap() 348 …stat = init_custom_linecap(&(*cap)->cap, &pathdata, fill, LineCapTriangle, width != 0.0 ? height /… in GdipCreateAdjustableArrowCap()
|