Home
last modified time | relevance | path

Searched defs:widthScale (Results 1 – 25 of 82) sorted by relevance

1234

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativeimage.cpp397 qreal widthScale = w / qreal(d->pix.width()); in updatePaintedGeometry() local
420 qreal widthScale = width() / qreal(d->pix.width()); in updatePaintedGeometry() local
504 qreal widthScale = width() / qreal(d->pix.width()); in paint() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Demfpcustomlinecap.cxx83 float widthScale; in Read() local
116 sal_Int32 lineEndCap, lineJoin, widthScale; in Read() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/tools/
H A Demfpcustomlinecap.cxx83 float widthScale; in Read() local
116 sal_Int32 lineEndCap, lineJoin, widthScale; in Read() local
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestcustomlinecap.c38 REAL widthScale; in verifyCustomLineCap() local
621 REAL widthScale; in test_setCustomLineCapWidthScale() local
670 REAL widthScale; in test_getCustomLineCapWidthScale() local
H A Dtestadjustablearrowcap.c44 REAL widthScale; in verifyArrowCap() local
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DScaledImageComponent.java94 float widthScale = (float)this.image.getWidth() / extentSize.width; in getPreferredSize() local
108 float widthScale = (float)this.image.getWidth() / maxImagePreferredWith; in getPreferredSize() local
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/execution/
H A DCoreMLInterp.cpp38 float widthScale = 1.0 / interpParam->widthScale(); in onResize() local
/dports/editors/calligra/calligra-3.2.1/libs/pageapp/
H A DKoPAUtil.cpp40 const qreal widthScale = thumbnailSize.width() / realWidth; in setSizeAndZoom() local
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/
H A DImageScaler.java123 float widthScale = (float)origW/(float)newWidth; in getScaledImage() local
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickimage.cpp592 const qreal widthScale = w / pixWidth; in updatePaintedGeometry() local
611 qreal widthScale = width() / pixWidth; in updatePaintedGeometry() local
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickimage.cpp592 const qreal widthScale = w / pixWidth; in updatePaintedGeometry() local
611 qreal widthScale = width() / pixWidth; in updatePaintedGeometry() local
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dcustomlinecap.c448 GdipSetCustomLineCapWidthScale (GpCustomLineCap *customCap, REAL widthScale) in GdipSetCustomLineCapWidthScale()
458 GdipGetCustomLineCapWidthScale (GpCustomLineCap *customCap, REAL *widthScale) in GdipGetCustomLineCapWidthScale()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graph/src/java/org/scilab/modules/graph/
H A DScilabComponent.java87 final double widthScale = actual.getWidth() / preference.getWidth(); in zoomAndCenterToCells() local
/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/tools/mnn_fb/
H A DInterp.py71 def InterpAddWidthScale(builder, widthScale): builder.PrependFloat32Slot(0, widthScale, 0.0) argument
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUInterp.cpp26 float widthScale, float heightScale, float widthOffset, float heightOffset) in CPUInterp()
H A DCPUCropAndResize.cpp54 … const float widthScale = (cropWidth > 1) ? (x2 - x1) * (imageWidth - 1) / (cropWidth - 1) : 0; in CropAndResize() local
/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryImageOp.cpp37 float widthScale; member
/dports/games/openmw/openmw-openmw-0.47.0/components/myguiplatform/
H A Dscalinglayer.cpp91 float widthScale = (w / mViewSize.width); in getScaleFactor() local
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DAlignViewport.java222 private float heightScale = 1, widthScale = 1; field in AlignViewport
/dports/graphics/kolourpaint/kolourpaint-21.12.3/dialogs/imagelib/transforms/
H A DkpTransformPreviewDialog.cpp264 double widthScale = double (newWidth) / double (oldWidth); in aspectScale() local
/dports/misc/mnn/MNN-1.2.0/source/backend/tensorrt/execution/plugin/
H A DInterpPlugin.cu47 …cute(nvinfer1::DataType dataType, const int count, const float heightScale, const float widthScale, in InterpExecute()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/
H A DTreeAppearanceController.java258 …ContinuousScale widthScale = new ContinuousScale(attribute, treeViewer.getTrees().get(0).getNodes(… in setupBranchDecorators() local
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Dcrop_and_resize_layer.cpp89 float widthScale = boxWidth * static_cast<float>(inpWidth - 1) / (outWidth - 1); in forward() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix.cpp1292 static inline Size getContinuousSize_(int flags, int cols, int rows, int widthScale) in getContinuousSize_()
1302 Size getContinuousSize2D(Mat& m1, int widthScale) in getContinuousSize2D()
1308 Size getContinuousSize2D(Mat& m1, Mat& m2, int widthScale) in getContinuousSize2D()
1334 Size getContinuousSize2D(Mat& m1, Mat& m2, Mat& m3, int widthScale) in getContinuousSize2D()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DImageDocument.cpp241 float widthScale = (float)windowSize.width() / imageSize.width(); in scale() local

1234