Home
last modified time | relevance | path

Searched refs:svgDom (Results 1 – 12 of 12) sorted by relevance

/dports/games/ksirk/ksirk-21.12.3/ksirkskineditor/
H A Dcountry.cpp194 QDomNode countryElement = onu->svgDom()->elementById(m_name); in highlight()
202 onu->svgDom()->setCurrentNode(countryElement); in highlight()
203 onu->svgDom()->setStyleProperty(QStringLiteral("fill"), color.name()); in highlight()
204 onu->svgDom()->setStyleProperty(QStringLiteral("fill-opacity"), QString::number(opacity)); in highlight()
207 QByteArray svg = onu->svgDom()->nodeToByteArray(); in highlight()
H A Donu.h169 KGameSvgDocument* svgDom();
H A Donu.cpp745 KGameSvgDocument* ONU::svgDom() in svgDom() function in KsirkSkinEditor::ONU
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/obsolete/
H A Dpartseditorview.h149 QStringList findConnectorsLayerIds(QDomDocument *svgDom);
152 QString findConnectorsLayerId(QDomDocument *svgDom);
187 …bool addConnectorsIfNeeded(QDomDocument *svgDom, const QSizeF &sceneViewBox, const QRectF &svgView…
189 …bool updateTerminalPoints(QDomDocument *svgDom, const QSizeF &sceneViewBox, const QRectF &svgViewB…
190 bool addDefaultLayerIfNotInSvg(QDomDocument *svgDom, bool fakeDefaultIfNone);
196 const QList<PartsEditorConnectorsConnectorItem*> &connsWithNewTPs, QDomDocument *svgDom,
200 …bool addRectToSvg(QDomDocument* svgDom, const QString &id, const QRectF &rect, const QString &conn…
H A Dpartseditorview.cpp197 findConnectorsLayerId(paletteItem->svgDom()) in addItemAux()
495 findConnectorsLayerId(m_item->svgDom()) in findConnectorsLayerId()
506 QDomElement docElem = svgDom->documentElement(); in findConnectorsLayerIds()
534 QDomElement docElem = svgDom->documentElement(); in findConnectorsLayerId()
1211 QDomDocument *svgDom = m_item->svgDom(); in aboutToSave() local
1217 QDomElement elem = svgDom->documentElement(); in aboutToSave()
1280 QDomElement docElem = svgDom->documentElement(); in addDefaultLayerIfNotInSvg()
1282 QDomElement newTopLevel = svgDom->createElement("g"); in addDefaultLayerIfNotInSvg()
1395 QDomElement elem = svgDom->documentElement(); in updateTerminalPoints()
1507 QDomElement connElem = svgDom->createElement("rect"); in addRectToSvg()
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dtextutils.cpp555 QDomDocument svgDom; in fixPixelDimensionsIn() local
1037 QDomDocument svgDom; in fixMuch() local
1045 QDomElement root = svgDom.documentElement(); in fixMuch()
1052 result |= noPatternAux(svgDom, string); in fixMuch()
1057 result |= noUseAux(svgDom); in fixMuch()
1061 result |= tspanRemoveAux(svgDom); in fixMuch()
1065 result |= fixStrokeWidth(svgDom); in fixMuch()
1210 QDomElement g = svgDom.createElement("g"); in tspanRemoveAux()
1234 bool TextUtils::noUseAux(QDomDocument & svgDom) in noUseAux() argument
1237 QDomElement root = svgDom.documentElement(); in noUseAux()
[all …]
H A Dtextutils.h144 …static QDomElement copyText(QDomDocument & svgDom, QDomElement & parent, QDomElement & text, const…
146 static bool noPatternAux(QDomDocument & svgDom, const QString & tag);
147 static bool noUseAux(QDomDocument & svgDom);
148 static bool tspanRemoveAux(QDomDocument & svgDom);
/dports/games/ksirk/ksirk-21.12.3/ksirk/GameLogic/
H A Dcountry.cpp501 QDomNode countryElement = onu->svgDom()->elementById(m_name); in highlight()
509 onu->svgDom()->setCurrentNode(countryElement); in highlight()
510 onu->svgDom()->setStyleProperty("fill", color.name()); in highlight()
511 onu->svgDom()->setStyleProperty("fill-opacity", QString::number(opacity)); in highlight()
514 QByteArray svg = onu->svgDom()->nodeToByteArray(); in highlight()
H A Donu.h195 KGameSvgDocument* svgDom();
H A Donu.cpp717 KGameSvgDocument* ONU::svgDom() in svgDom() function in Ksirk::GameLogic::ONU
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A Dnanobench.cpp713 sk_sp<SkSVGDOM> svgDom = SkSVGDOM::MakeFromStream(stream); in ReadSVGPicture() local
714 if (!svgDom) { in ReadSVGPicture()
721 if (svgDom->containerSize().isEmpty()) { in ReadSVGPicture()
722 svgDom->setContainerSize(kDefaultContainerSize); in ReadSVGPicture()
726 svgDom->render(recorder.beginRecording(svgDom->containerSize().width(), in ReadSVGPicture()
727 svgDom->containerSize().height())); in ReadSVGPicture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A Dnanobench.cpp699 sk_sp<SkSVGDOM> svgDom = SkSVGDOM::MakeFromStream(stream); in ReadSVGPicture() local
700 if (!svgDom) { in ReadSVGPicture()
707 if (svgDom->containerSize().isEmpty()) { in ReadSVGPicture()
708 svgDom->setContainerSize(kDefaultContainerSize); in ReadSVGPicture()
712 svgDom->render(recorder.beginRecording(svgDom->containerSize().width(), in ReadSVGPicture()
713 svgDom->containerSize().height())); in ReadSVGPicture()