Home
last modified time | relevance | path

Searched refs:pointsToMM (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoututils.h258 static double pointsToMM( double pointSize );
H A Dqgslayoututils.cpp179 double pixelSize = pointsToMM( scaledFont.pointSizeF() ) * FONT_WORKAROUND_SCALE + 0.5; in scaledFontPixelSize()
495 double QgsLayoutUtils::pointsToMM( const double pointSize ) in pointsToMM() function in QgsLayoutUtils
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoututils.h267 static double pointsToMM( double pointSize );
H A Dqgslayoututils.cpp179 double pixelSize = pointsToMM( scaledFont.pointSizeF() ) * FONT_WORKAROUND_SCALE + 0.5; in scaledFontPixelSize()
501 double QgsLayoutUtils::pointsToMM( const double pointSize ) in pointsToMM() function in QgsLayoutUtils
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoututils.cpp45 void pointsToMM(); //test conversion of point size to mm
433 void TestQgsLayoutUtils::pointsToMM() in pointsToMM() function in TestQgsLayoutUtils
436 QGSCOMPARENEAR( QgsLayoutUtils::pointsToMM( 72 / 25.4 ), 1, 0.001 ); in pointsToMM()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoututils.cpp45 void pointsToMM(); //test conversion of point size to mm
432 void TestQgsLayoutUtils::pointsToMM() in pointsToMM() function in TestQgsLayoutUtils
435 QGSCOMPARENEAR( QgsLayoutUtils::pointsToMM( 72 / 25.4 ), 1, 0.001 ); in pointsToMM()