Home
last modified time | relevance | path

Searched defs:dash_cap (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dpen-private.h51 GpDashCap dash_cap; /* not supported */ member
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dpath.h38 fz_linecap start_cap, dash_cap, end_cap; member
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxline.h43 gs_line_cap dash_cap; /* Cap to use on start/end of dash segment */ member
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxline.h43 gs_line_cap dash_cap; /* Cap to use on start/end of dash segment */ member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxline.h46 gs_line_cap dash_cap; /* Cap to use on start/end of dash segment */ member
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxline.h46 gs_line_cap dash_cap; /* Cap to use on start/end of dash segment */ member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxline.h46 gs_line_cap dash_cap; /* Cap to use on start/end of dash segment */ member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxline.h46 gs_line_cap dash_cap; /* Cap to use on start/end of dash segment */ member
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddraw-path.c1027 int dash_cap = s->stroke->dash_cap; in fz_dash_lineto() local