Home
last modified time | relevance | path

Searched defs:scaledHeight (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dutils.cpp93 const int scaledHeight = height * Utils::Gui::screenScalingFactor(widget); in scaledPixmap() local
100 …const int scaledHeight = ((height > 0) ? height : pixmap.height()) * Utils::Gui::screenScalingFact… in scaledPixmap() local
106 const int scaledHeight = baseHeight * Utils::Gui::screenScalingFactor(widget); in scaledPixmapSvg() local
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java256 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledWidth() local
297 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledHeight() local
446 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
484 int scaledHeight = getScaledHeight(dstImage.getWidth(), in decompressToYUV() local
559 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
612 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
741 int scaledWidth, scaledHeight; in decompress() local
850 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java256 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledWidth() local
297 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledHeight() local
446 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
484 int scaledHeight = getScaledHeight(dstImage.getWidth(), in decompressToYUV() local
559 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
612 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
741 int scaledWidth, scaledHeight; in decompress() local
850 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
/dports/graphics/mozjpeg/mozjpeg-4.0.3/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java256 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledWidth() local
297 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledHeight() local
446 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
484 int scaledHeight = getScaledHeight(dstImage.getWidth(), in decompressToYUV() local
559 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
612 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
741 int scaledWidth, scaledHeight; in decompress() local
850 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java256 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledWidth() local
297 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; in getScaledHeight() local
446 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
484 int scaledHeight = getScaledHeight(dstImage.getWidth(), in decompressToYUV() local
559 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
612 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompressToYUV() local
741 int scaledWidth, scaledHeight; in decompress() local
850 int scaledHeight = getScaledHeight(desiredWidth, desiredHeight); in decompress() local
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/html/
H A Do_image_p.h21 int scaledHeight; member
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/html/
H A Do_image_p.h21 int scaledHeight; member
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/html/
H A Do_image_p.h21 int scaledHeight; member
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/html/
H A Do_image_p.h21 int scaledHeight; member
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/html/
H A Do_image_p.h21 int scaledHeight; member
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dcursor.cpp20 const int scaledHeight = Height * devicePixelRatio; in setSize() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dselectionindicator.cpp154 const int scaledHeight = labelHeight / scaleFactor; in setItems() local
195 const int scaledHeight = labelHeight / scaleFactor; in updateItems() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667_image_diff.java46 public static void main(String[] args) throws Exception {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JCheckBox/8032667/
H A Dbug8032667.java46 static final int scaledHeight = scale * height; field in bug8032667
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/qt/
H A DDragImageQt.cpp53 int scaledHeight = image->height() * scale.height(); in scaleDragImage() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsellipsesymbollayer.cpp172 double scaledHeight = mSymbolHeight; in renderPoint() local
264 double scaledHeight, in calculateOffsetAndRotation()
529 …lLayer::calculateSize( QgsSymbolRenderContext &context, double *scaledWidth, double *scaledHeight ) in calculateSize()
566 …symbolName, QgsSymbolRenderContext &context, double *scaledWidth, double *scaledHeight, const QgsF… in preparePath()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DImageInfo.java7 int scaledHeight; field in ImageInfo

12345678910>>...13