Home
last modified time | relevance | path

Searched refs:lineWidthPt (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_edgemesh/
H A Dexport_svg.h72 int lineWidthPt; // Line width. variable
83 lineWidthPt = 1; in SVGProperties()
176 …idth = \"%fpt\" > \n", pro.strokeColor.c_str(), pro.strokeLineCap.c_str(),pro.lineWidthPt/100.0f); in WriteXmlBody()
/dports/devel/vcglib/vcglib-2020.09/wrap/io_edgemesh/
H A Dexport_svg.h72 int lineWidthPt; // Line width. variable
83 lineWidthPt = 1; in SVGProperties()
180 …idth = \"%fpt\" > \n", pro.strokeColor.c_str(), pro.strokeLineCap.c_str(),pro.lineWidthPt/100.0f); in WriteXmlBody()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_waffle/
H A Dexport_svg.h72 int lineWidthPt; // Line width. variable
85 lineWidthPt = 1; in SVGProperties()
181 …idth = \"%fpt\" > \n", pro.strokeColor.c_str(), pro.strokeLineCap.c_str(),pro.lineWidthPt/100.0f); in WriteXmlBody()
H A Dfilter_waffle.cpp252 pr.lineWidthPt=200; in applyFilter()
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A DODrawToOdf.cpp285 qreal lineWidthPt = EMU_TO_POINT(ds.lineWidth()); in defineGraphicProperties() local
297 lineWidthPt * 2 + ds.lineEndArrowWidth(), gt); in defineGraphicProperties()
307 lineWidthPt * 2 + ds.lineStartArrowWidth(), gt); in defineGraphicProperties()
351 if (lineWidthPt == 0) { in defineGraphicProperties()
363 if (lineWidthPt != 0) { in defineGraphicProperties()
374 style.addProperty("svg:stroke-width", pt(lineWidthPt), gt); in defineGraphicProperties()