Home
last modified time | relevance | path

Searched +defs:stroke +defs:width (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/dports/graphics/dia/dia-0.97.3/plug-ins/drs/
H A Ddia-render-script.dtd26 width CDATA #REQUIRED > attribute
61 stroke CDATA #IMPLIED> attribute
66 stroke CDATA #IMPLIED> attribute
72 stroke CDATA #IMPLIED> attribute
88 stroke CDATA #IMPLIED> attribute
101 stroke CDATA #IMPLIED> attribute
113 width CDATA #REQUIRED attribute
122 width CDATA #REQUIRED attribute
131 width CDATA #REQUIRED attribute
138 width CDATA #REQUIRED attribute
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dstroke.c34 LeptonStroke *stroke; in lepton_stroke_new() local
49 lepton_stroke_free (LeptonStroke * stroke) in lepton_stroke_free()
61 lepton_stroke_get_type (const LeptonStroke *stroke) in lepton_stroke_get_type()
74 lepton_stroke_set_type (LeptonStroke *stroke, in lepton_stroke_set_type()
89 lepton_stroke_get_cap_type (const LeptonStroke *stroke) in lepton_stroke_get_cap_type()
102 lepton_stroke_set_cap_type (LeptonStroke *stroke, in lepton_stroke_set_cap_type()
117 lepton_stroke_get_width (const LeptonStroke *stroke) in lepton_stroke_get_width()
130 lepton_stroke_set_width (LeptonStroke *stroke, in lepton_stroke_set_width()
131 int width) in lepton_stroke_set_width()
158 lepton_stroke_set_dash_length (LeptonStroke *stroke, in lepton_stroke_set_dash_length()
[all …]
H A Dobject.c383 LeptonStroke *stroke) in lepton_object_set_stroke()
402 LeptonStroke *stroke = lepton_object_get_stroke (object); in lepton_object_get_stroke_type() local
418 LeptonStroke *stroke = lepton_object_get_stroke (object); in lepton_object_set_stroke_type() local
434 LeptonStroke *stroke = lepton_object_get_stroke (object); in lepton_object_get_stroke_cap_type() local
450 LeptonStroke *stroke = lepton_object_get_stroke (object); in lepton_object_set_stroke_cap_type() local
478 int width) in lepton_object_set_stroke_width()
690 int width) in lepton_object_set_fill_width()
1110 int width, in lepton_object_set_line_options()
1174 int *width, in lepton_object_get_line_options()
1211 int width, in lepton_object_set_fill_options()
[all …]
/dports/x11/xstroke/xstroke-0.5.12/
H A Dstroke.h37 struct stroke struct
45 int width; member
54 typedef struct stroke stroke_t; argument
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/pdf/
H A Dpdfvectorpicture.cpp65 for (const auto &stroke : d->strokes) { in boundingRect() local
79 for (const auto &stroke : d->strokes) { in pathElementsCount() local
110 const int width = std::ceil(boundingRect().width() * scale); in renderToImage() local
121 for (const auto &stroke : d->strokes) { in renderToImage() local
145 int PdfVectorPicture::width() const in width() function in PdfVectorPicture
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/border/
H A DStrokeBorder.java54 private final BasicStroke stroke; field in StrokeBorder
65 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
80 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
106 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/border/
H A DStrokeBorder.java55 private final BasicStroke stroke; field in StrokeBorder
66 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
81 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
107 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/border/
H A DStrokeBorder.java54 private final BasicStroke stroke; field in StrokeBorder
65 public StrokeBorder(BasicStroke stroke) { in StrokeBorder()
80 public StrokeBorder(BasicStroke stroke, Paint paint) { in StrokeBorder()
106 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/marlin/
H A DCrashTest.java99 final BasicStroke stroke = createStroke(lineStroke, useDashes, dashMinLen); in test() local
160 private static void testHugeImage(final int width, final int height) in testHugeImage()
166 final BasicStroke stroke = createStroke(2.5f, false, 0); in testHugeImage() local
265 private static BasicStroke createStroke(final float width, in createStroke()
/dports/graphics/cairo/cairo-1.17.4/perf/micro/
H A Dstroke.c29 do_stroke (cairo_t *cr, int width, int height, int loops) in do_stroke()
64 do_strokes (cairo_t *cr, int width, int height, int loops) in do_strokes()
96 stroke (cairo_perf_t *perf, cairo_t *cr, int width, int height) in stroke() function

12345678910>>...43