Home
last modified time | relevance | path

Searched refs:shapePath (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A Dshapes.cpp167 shapePath.moveTo(l, t); in drawStraightConnector1()
168 shapePath.lineTo(r, b); in drawStraightConnector1()
174 shapePath.moveTo(l, t); in drawPathBentConnector2()
175 shapePath.lineTo(r, t); in drawPathBentConnector2()
176 shapePath.lineTo(r, b); in drawPathBentConnector2()
186 shapePath.moveTo(l, t); in drawPathBentConnector3()
189 shapePath.lineTo(r, b); in drawPathBentConnector3()
204 shapePath.moveTo(l, t); in drawPathBentConnector4()
208 shapePath.lineTo(r, b); in drawPathBentConnector4()
226 shapePath.moveTo(l, t); in drawPathBentConnector5()
[all …]
H A DODrawToOdf.h160 …oOdf::*PathArtist)(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
161 …StraightConnector1(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
162 …PathBentConnector2(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
163 …PathBentConnector3(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
164 …PathBentConnector4(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
165 …PathBentConnector5(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
166 …thCurvedConnector2(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
167 …thCurvedConnector3(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
168 …thCurvedConnector4(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
169 …thCurvedConnector5(qreal l, qreal t, qreal r, qreal b, Writer& out, QPainterPath &shapePath) const;
H A Ddrawstyle.h132 quint32 shapePath() const;
/dports/science/axom/axom-0.6.1/src/axom/quest/
H A DShaper.cpp128 std::string shapePath = m_shapeSet.resolvePath(shape.getGeometry().getPath()); in loadShape() local
129 SLIC_INFO("Reading file: " << shapePath << "..."); in loadShape()
131 if(endsWith(shapePath, ".stl")) in loadShape()
133 quest::internal::read_stl_mesh(shapePath, m_surfaceMesh, m_comm); in loadShape()
136 else if(endsWith(shapePath, ".contour")) in loadShape()
138 quest::internal::read_c2c_mesh(shapePath, in loadShape()
150 shapePath)); in loadShape()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/scenegraph/io/state/javax/media/j3d/
H A DFont3DState.java93 PathIterator shapePath = shape.getPathIterator(null); in writeConstructorParams() local
97 while (!(shapePath.isDone())) { in writeConstructorParams()
100 segType = shapePath.currentSegment(coords); in writeConstructorParams()
120 if (!(shapePath.isDone())) in writeConstructorParams()
121 shapePath.next(); in writeConstructorParams()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/painters/
H A DNodeShapePainter.java95 Line2D shapePath = treePane.getTreeLayoutCache().getNodeShapePath(node); in calibrate() local
97 if (shapePath != null) { in calibrate()
98 double x1 = shapePath.getX1(); in calibrate()
99 double y1 = shapePath.getY1(); in calibrate()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/stereotype/
H A Dshapepaintvisitor.h53 void visitPath(const PathShape *shapePath) override;
79 void visitPath(const PathShape *shapePath) override;
106 void visitPath(const PathShape *shapePath) override;
H A Dshapevisitor.h53 virtual void visitPath(PathShape *shapePath) = 0;
69 virtual void visitPath(const PathShape *shapePath) = 0;
H A Dshapepaintvisitor.cpp118 void ShapePaintVisitor::visitPath(const PathShape *shapePath) in visitPath() argument
121 foreach (const PathShape::Element &element, shapePath->elements()) { in visitPath()
228 void ShapeSizeVisitor::visitPath(const PathShape *shapePath) in visitPath() argument
231 foreach (const PathShape::Element &element, shapePath->elements()) { in visitPath()
368 void ShapePolygonVisitor::visitPath(const PathShape *shapePath) in visitPath() argument
371 for (const PathShape::Element &element: shapePath->elements()) { in visitPath()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/LayerContainers/CompLayers/
H A DMaskContainerLayer.swift125 let shapePath = properties.shape.value.cgPath() in updateWithFrame() variable
126 var path = shapePath in updateWithFrame()
132 newPath.addPath(shapePath) in updateWithFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/rtfimport/data/
H A Dtdf90097.rtf79 {\sn shapePath}
135 {\sn shapePath}
H A Dtdf84684.rtf270 {\sn shapePath}
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/rtfimport/data/
H A Dtdf90097.rtf79 {\sn shapePath}
135 {\sn shapePath}
H A Dtdf84684.rtf270 {\sn shapePath}
/dports/comms/qsstv/qsstv/editor/
H A Dgraphicitems.cpp131 QPainterPath shapePath; in shape() local
141 shapePath.addRect(textPath.boundingRect()); in shape()
142 return qt_graphicsItem_shapeFromPath(shapePath,pen()); in shape()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtie.cpp279 shapePath = QPainterPath(); in computeBezier()
280 shapePath.moveTo(QPointF()); in computeBezier()
281 shapePath.cubicTo(p3 + p3o - th, p4 + p4o - th, p2); in computeBezier()
282 shapePath.cubicTo(p4 +p4o + th, p3 + p3o + th, QPointF()); in computeBezier()
293 shapePath = t.map(shapePath); in computeBezier()
406 shapePath.translate(diff); in setAutoAdjust()
H A Dslur.cpp336 shapePath = QPainterPath(); in computeBezier()
337 shapePath.moveTo(QPointF()); in computeBezier()
338 shapePath.cubicTo(p3 + p3o - th, p4 + p4o - th, p2); in computeBezier()
339 shapePath.cubicTo(p4 +p4o + th, p3 + p3o + th, QPointF()); in computeBezier()
346 shapePath = t.map(shapePath); in computeBezier()
H A Dslurtie.h85 QPainterPath shapePath; variable
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/flowchart/
H A DTerminal.py471 self.shapePath = None
511 self.shapePath = None
559 self.shapePath = None
563 if self.shapePath is None:
569 self.shapePath = stroker.createStroke(self.path)
570 return self.shapePath
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlVmlReaderMethods.h115 QString shapePath; member
H A DMsooXmlVmlReaderImpl.h602 m_currentVMLProperties.shapePath.clear(); in takeDefaultValues()
2530 m_currentVMLProperties.shapePath == " M ?f4 ?f5 L ?f4 ?f11 ?f9 ?f11 ?f9 ?f5 Z N") { in read_shape()
2568 QString("draw:enhanced-path=\"%1\" ").arg(m_currentVMLProperties.shapePath) + in read_shape()
2804 …m_currentVMLProperties.shapePath = convertToEnhancedPath(v, m_currentVMLProperties.extraShapeFormu… in read_path()
2833 …m_currentVMLProperties.shapePath = convertToEnhancedPath(path, m_currentVMLProperties.extraShapeFo… in handlePathValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/data/rtf/pass/
H A Dabi2720.rtf74 {\sn shapePath}
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/core/data/rtf/pass/
H A Dabi2720.rtf74 {\sn shapePath}
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaControllerExporter.cpp690 MDagPath shapePath; in collectJointClusterVertexWeights() local
695 clusterSetList.getDagPath(s, shapePath, components); in collectJointClusterVertexWeights()
696 if (shapePath.node() == outputShape.node()) break; in collectJointClusterVertexWeights()
703 for ( MItGeometry componentIt(shapePath, components); in collectJointClusterVertexWeights()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/
H A DTreePane.java2180 Line2D shapePath = getTreeLayoutCache().getNodeShapePath(node); in calibrate()
2181 if (shapePath != null) { in calibrate()
2182 nodeShapeTransforms.put(node, calculateTransform(transform, shapePath)); in calibrate()
2189 Line2D shapePath = getTreeLayoutCache().getNodeShapePath(node); in calibrate()
2190 if (shapePath != null) { in calibrate()
2191 nodeShapeTransforms.put(node, calculateTransform(transform, shapePath)); in calibrate()

12