Home
last modified time | relevance | path

Searched defs:getViewBox (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/inc/
H A Dsvgsvgnode.hxx72 const basegfx::B2DRange* getViewBox() const { return mpViewBox.get(); } in getViewBox() function in svgio::svgreader::SvgSvgNode
H A Dsvgmarkernode.hxx73 const basegfx::B2DRange* getViewBox() const { return mpViewBox.get(); } in getViewBox() function in svgio::svgreader::SvgMarkerNode
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/inc/
H A Dsvgsvgnode.hxx75 const basegfx::B2DRange* getViewBox() const { return mpViewBox.get(); } in getViewBox() function in svgio::svgreader::SvgSvgNode
H A Dsvgmarkernode.hxx76 const basegfx::B2DRange* getViewBox() const { return mpViewBox.get(); } in getViewBox() function in svgio::svgreader::SvgMarkerNode
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/embedded/embeddedsvgviewer/
H A Dembeddedsvgviewer.cpp126 QRectF EmbeddedSvgViewer::getViewBox(QPointF viewBoxCenter) in getViewBox() function in EmbeddedSvgViewer
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtsvg/examples/svg/embeddedsvgviewer/
H A Dembeddedsvgviewer.cpp135 QRectF EmbeddedSvgViewer::getViewBox(QPointF viewBoxCenter) in getViewBox() function in EmbeddedSvgViewer
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgpatternnode.cxx293 const basegfx::B2DRange* SvgPatternNode::getViewBox() const in getViewBox() function in svgio::svgreader::SvgPatternNode
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgpatternnode.cxx295 const basegfx::B2DRange* SvgPatternNode::getViewBox() const in getViewBox() function in svgio::svgreader::SvgPatternNode
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DGraphicsItem.py97 def getViewBox(self): member in GraphicsItem
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/PlotItem/
H A DPlotItem.py267 def getViewBox(self): member in PlotItem
/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dtextutils.cpp1674 QSizeF TextUtils::parseForWidthAndHeight(const QString & svg, QRectF & viewBox, bool getViewBox) in parseForWidthAndHeight()
1686 QSizeF TextUtils::parseForWidthAndHeight(QXmlStreamReader & svg, QRectF & viewBox, bool getViewBox) in parseForWidthAndHeight()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddocument.cpp797 Geom::Rect SPDocument::getViewBox() const in getViewBox() function in SPDocument