Home
last modified time | relevance | path

Searched refs:getDashes (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/xournalpp/xournalpp-1.1.0/src/model/
H A DLineStyle.cpp24 other.getDashes(dashes, dashCount); in operator =()
53 auto LineStyle::getDashes(const double*& dashes, int& dashCount) const -> bool { in getDashes() function in LineStyle
H A DLineStyle.h41 bool getDashes(const double*& dashes, int& dashCount) const;
H A DStrokeStyle.cpp84 if (style.getDashes(dashes, dashCount)) { in formatStyle()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DStrokeState.java55 public native float[] getDashes(); in getDashes() method in StrokeState
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/
H A DBasicStyle.java156 public float[] getDashes() { in getDashes() method in BasicStyle
/dports/graphics/xournalpp/xournalpp-1.1.0/src/view/
H A DStrokeView.cpp24 if (s->getLineStyle().getDashes(dashes, dashCount)) { in applyDashed()