Home
last modified time | relevance | path

Searched refs:makeCubicBezierSVG (Results 1 – 3 of 3) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dtextutils.h96 …static QString makeCubicBezierSVG(const QPolygonF & controlPoints, double width, QString colorStri…
H A Dtextutils.cpp1455 QString TextUtils::makeCubicBezierSVG(const QPolygonF & poly, double width, QString colorString, do… in makeCubicBezierSVG() function in TextUtils
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.cpp7439 …return TextUtils::makeCubicBezierSVG(poly, width, color, dpi, printerScale, blackOnly, dashed, Wir… in makeWireSVGAux()