Home
last modified time | relevance | path

Searched refs:forceVectorOutput (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgssvgcache.h153 …double widthScaleFactor, bool forceVectorOutput = false, double fixedAspectRatio = 0, bool blockin…
275 void cachePicture( QgsSvgCacheEntry *entry, bool forceVectorOutput = false );
H A Dqgssvgcache.cpp183 … double widthScaleFactor, bool forceVectorOutput, double fixedAspectRatio, bool blocking ) in svgAsPicture() argument
193 cachePicture( currentEntry, forceVectorOutput ); in svgAsPicture()
454 void QgsSvgCache::cachePicture( QgsSvgCacheEntry *entry, bool forceVectorOutput ) in cachePicture() argument
456 Q_UNUSED( forceVectorOutput ) in cachePicture()
H A Dqgsmarkersymbollayer.cpp944 …he = !hasDataDefinedRotation && !hasDataDefinedSize && !context.renderContext().forceVectorOutput() in startRender()
2162 …if ( ( !context.renderContext().forceVectorOutput() && !rotated ) || ( context.selected() && raste… in renderPoint()
2192 … context.renderContext().scaleFactor(), context.renderContext().forceVectorOutput(), aspectRatio, in renderPoint()
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgssvgcache.h178 …double widthScaleFactor, bool forceVectorOutput = false, double fixedAspectRatio = 0, bool blockin…
307 void cachePicture( QgsSvgCacheEntry *entry, bool forceVectorOutput = false );
H A Dqgssvgcache.cpp186 …double widthScaleFactor, bool forceVectorOutput, double fixedAspectRatio, bool blocking, const QMa… in svgAsPicture() argument
196 cachePicture( currentEntry, forceVectorOutput ); in svgAsPicture()
457 void QgsSvgCache::cachePicture( QgsSvgCacheEntry *entry, bool forceVectorOutput ) in cachePicture() argument
459 Q_UNUSED( forceVectorOutput ) in cachePicture()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutexporter.h277 bool forceVectorOutput = false; member
500 bool forceVectorOutput = false; member
H A Dqgslayoutexporter.cpp555 …erContext().setFlag( QgsLayoutRenderContext::FlagUseAdvancedEffects, !settings.forceVectorOutput ); in exportToPdf()
556 …nderContext().setFlag( QgsLayoutRenderContext::FlagForceVectorOutput, settings.forceVectorOutput ); in exportToPdf()
765 …erContext().setFlag( QgsLayoutRenderContext::FlagUseAdvancedEffects, !settings.forceVectorOutput ); in exportToPdf()
767 …nderContext().setFlag( QgsLayoutRenderContext::FlagForceVectorOutput, settings.forceVectorOutput ); in exportToPdf()
992 …nderContext().setFlag( QgsLayoutRenderContext::FlagForceVectorOutput, settings.forceVectorOutput ); in exportToSvg()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutexporter.h275 bool forceVectorOutput = false; member
498 bool forceVectorOutput = false; member
H A Dqgslayoutexporter.cpp539 …erContext().setFlag( QgsLayoutRenderContext::FlagUseAdvancedEffects, !settings.forceVectorOutput ); in exportToPdf()
540 …nderContext().setFlag( QgsLayoutRenderContext::FlagForceVectorOutput, settings.forceVectorOutput ); in exportToPdf()
748 …erContext().setFlag( QgsLayoutRenderContext::FlagUseAdvancedEffects, !settings.forceVectorOutput ); in exportToPdf()
750 …nderContext().setFlag( QgsLayoutRenderContext::FlagForceVectorOutput, settings.forceVectorOutput ); in exportToPdf()
974 …nderContext().setFlag( QgsLayoutRenderContext::FlagForceVectorOutput, settings.forceVectorOutput ); in exportToSvg()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgslayoutexporter.py442 settings.forceVectorOutput = False
492 settings.forceVectorOutput = False
520 settings.forceVectorOutput = False
561 settings.forceVectorOutput = False
617 settings.forceVectorOutput = False
706 settings.forceVectorOutput = False
955 settings.forceVectorOutput = False
982 settings.forceVectorOutput = False
1008 settings.forceVectorOutput = False
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgslayoutexporter.py448 settings.forceVectorOutput = False
498 settings.forceVectorOutput = False
526 settings.forceVectorOutput = False
567 settings.forceVectorOutput = False
623 settings.forceVectorOutput = False
712 settings.forceVectorOutput = False
961 settings.forceVectorOutput = False
988 settings.forceVectorOutput = False
1014 settings.forceVectorOutput = False
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmlayouttopdf.cpp155 …settings.forceVectorOutput = parameterAsBool( parameters, QStringLiteral( "FORCE_VECTOR" ), contex… in processAlgorithm()
H A Dqgsalgorithmlayoutatlastopdf.cpp178 …settings.forceVectorOutput = parameterAsBool( parameters, QStringLiteral( "FORCE_VECTOR" ), contex… in processAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmlayouttopdf.cpp155 …settings.forceVectorOutput = parameterAsBool( parameters, QStringLiteral( "FORCE_VECTOR" ), contex… in processAlgorithm()
H A Dqgsalgorithmlayoutatlastopdf.cpp178 …settings.forceVectorOutput = parameterAsBool( parameters, QStringLiteral( "FORCE_VECTOR" ), contex… in processAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/symbology/
H A Dqgssvgcache.sip.in57 …double widthScaleFactor, bool forceVectorOutput = false, double fixedAspectRatio = 0, bool blockin…
67 :param forceVectorOutput:
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsrendercontext.h350 bool forceVectorOutput() const;
H A Dqgsrendercontext.cpp246 bool QgsRenderContext::forceVectorOutput() const in forceVectorOutput() function in QgsRenderContext
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/symbology/
H A Dqgssvgcache.sip.in74 …double widthScaleFactor, bool forceVectorOutput = false, double fixedAspectRatio = 0, bool blockin…
85 :param forceVectorOutput:
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/layout/
H A Dqgslayoutexporter.sip.in187 bool forceVectorOutput;
301 bool forceVectorOutput;
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsrendercontext.h314 bool forceVectorOutput() const;
H A Dqgsrendercontext.cpp276 bool QgsRenderContext::forceVectorOutput() const in forceVectorOutput() function in QgsRenderContext
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/layout/
H A Dqgslayoutexporter.sip.in187 bool forceVectorOutput;
301 bool forceVectorOutput;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsrendercontext.sip.in291 bool forceVectorOutput() const;
476 .. seealso:: :py:func:`forceVectorOutput`
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsrendercontext.sip.in297 bool forceVectorOutput() const;
538 .. seealso:: :py:func:`forceVectorOutput`

12