Home
last modified time | relevance | path

Searched refs:pixmapHeight (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/CoverView/
H A DCoverDelegate.cpp31 QRect calcBoundingRect(const QRect& optionRect, const int pixmapHeight) in calcBoundingRect() argument
33 const auto height = pixmapHeight + 2; in calcBoundingRect()
36 const auto top = (pixmapHeight / 20) - 1; in calcBoundingRect()
44 …id drawItemRectangle(QPainter* painter, const QStyleOptionViewItem& option, const int pixmapHeight) in drawItemRectangle() argument
51 const auto rect = calcBoundingRect(option.rect, pixmapHeight); in drawItemRectangle()
113 const auto pixmapHeight = GetSetting(Set::Lib_CoverZoom); in paint() local
114 drawItemRectangle(painter, option, pixmapHeight); in paint()
118 painter->translate(0, pixmapHeight / 20); in paint()
119 paintPixmap(painter, option, pixmap, pixmapHeight); in paint()
120 painter->translate(0, pixmapHeight + 4); in paint()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/
H A Dgraphicsfactory.cpp34 const int pixmapHeight = 32; in generateNumberSurface() local
36 QPixmap numberPixmap(pixmapWidth, pixmapHeight); in generateNumberSurface()
43 font.setPixelSize(pixmapHeight); in generateNumberSurface()
52 pixmapHeight, in generateNumberSurface()
73 const int pixmapHeight = 64; in generateMinimapMarker() local
75 QPixmap markerPixmap(pixmapWidth, pixmapHeight); in generateMinimapMarker()
/dports/graphics/qcomicbook/QComicBook-0.9.1/src/
H A DComicImage.cpp113 int pixmapWidth, pixmapHeight; //resulting image size (with scaling and rotation applied) in recalcScaledSize() local
125 pixmapHeight = totalHeight; in recalcScaledSize()
130 pixmapHeight = static_cast<int>(static_cast<double>(totalHeight) * wRatio); in recalcScaledSize()
135 pixmapHeight = viewH; in recalcScaledSize()
141 pixmapHeight = static_cast<int>(static_cast<double>(ratio) * totalHeight); in recalcScaledSize()
145 yoff = props.continuousScrolling() ? 0 : (viewH - pixmapHeight) / 2; in recalcScaledSize()
149 m_scaledSize = QSize(pixmapWidth, pixmapHeight); in recalcScaledSize()
168 …rmtx.scale(static_cast<double>(pixmapWidth)/totalWidth, static_cast<double>(pixmapHeight)/totalHei… in recalcScaledSize()
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwvumeter.cpp174 const double pixmapHeight = m_pPixmapVu->height(); in paintEvent() local
200 pixmapPeakHoldSize, pixmapHeight); in paintEvent()
209 const double pixmapPosition = math_clamp(pixmapHeight * m_dParameter, in paintEvent()
210 0.0, pixmapHeight); in paintEvent()
211 QRectF sourceRect(0, pixmapHeight - pixmapPosition, in paintEvent()
219 static_cast<double>(m_iPeakHoldSize) / pixmapHeight; in paintEvent()
222 pixmapHeight * m_dPeakParameter, 0.0, pixmapHeight); in paintEvent()
227 sourceRect = QRectF(0, pixmapHeight - pixmapPeakPosition, in paintEvent()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dmatrix.c128 int pixmapHeight; /* height of column pixmaps in pixels member
389 0, 0, PIXMAP_WIDTH, mp->pixmapHeight); in new_column()
545 mp->pixmapHeight = mp->charsPerPixmap * katakana_cell_height; in setup_matrix()
549 PIXMAP_WIDTH, mp->pixmapHeight, MI_DEPTH(mi))) == None) { in setup_matrix()
561 column->yPtr = mp->pixmapHeight; in setup_matrix()
675 0, mp->pixmapHeight + c->yPtr, in draw_matrix()
679 c->yPtr += mp->pixmapHeight; in draw_matrix()
741 mp->columns[c].yPtr = mp->pixmapHeight; in refresh_matrix()
767 column->yPtr = mp->pixmapHeight; in change_matrix()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dcardinfowidget.cpp38 int pixmapHeight = qApp->primaryScreen()->geometry().height() / 3; in CardInfoWidget() local
41 int pixmapHeight = desktopWidget.screenGeometry().height() / 3; in CardInfoWidget() local
43 int pixmapWidth = static_cast<int>(pixmapHeight / aspectRatio); in CardInfoWidget()
45 pic->setFixedHeight(pixmapHeight); in CardInfoWidget()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgspointrotationitem.cpp113 const double pixmapHeight = mPixmap.height(); in setSymbol() local
115 if ( pixmapHeight >= fontHeight ) in setSymbol()
126 mArrowPath.moveTo( halfItemWidth, pixmapHeight ); in setSymbol()
128 mArrowPath.moveTo( mPixmap.width() * 0.25, pixmapHeight * 0.25 ); in setSymbol()
130 mArrowPath.lineTo( mPixmap.width() * 0.75, pixmapHeight * 0.25 ); in setSymbol()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgspointrotationitem.cpp108 const double pixmapHeight = mPixmap.height(); in setSymbol() local
110 if ( pixmapHeight >= fontHeight ) in setSymbol()
121 mArrowPath.moveTo( halfItemWidth, pixmapHeight ); in setSymbol()
123 mArrowPath.moveTo( mPixmap.width() * 0.25, pixmapHeight * 0.25 ); in setSymbol()
125 mArrowPath.lineTo( mPixmap.width() * 0.75, pixmapHeight * 0.25 ); in setSymbol()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
301 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
312 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c49 static int pixmapHeight = 0; variable
67 pixmapHeight = height; in CreatePixmapAndGC()
76 pixmapHeight, 1); in CreatePixmapAndGC()
85 pixmapHeight); in CreatePixmapAndGC()
305 if ((pixmap == 0) || (width > pixmapWidth) || (height > pixmapHeight)) { in AWTFontGenerateImage()
316 pixmapWidth, pixmapHeight); in AWTFontGenerateImage()
/dports/x11-wm/obpager/obpager-1.8/src/
H A DOBPager.cc782 unsigned int pixmapLeft, pixmapTop, pixmapWidth, pixmapHeight; in redrawWindow() local
786 …if (!XGetGeometry(mDisplay(), mPixmap(), &rootReturn, &x, &y, &pixmapWidth, &pixmapHeight, &border… in redrawWindow()
796 pixmapHeight -= 2*APPLET_MARGIN_WIDTH; in redrawWindow()
806 XFillRectangle(mDisplay(), mPixmap(), mGC(), pixmapLeft, pixmapTop, pixmapWidth, pixmapHeight); in redrawWindow()
891 y = ((pixmapHeight - 1) * y) / displayHeight; in redrawWindow()
893 height = ((pixmapHeight - 1) * height) / displayHeight; in redrawWindow()
981 int topY = (pixmapTop + pixmapHeight / 2) + (textHeight / 2); in redrawWindow()
989 …ixmap(), mGC(), pixmapLeft, pixmapTop + pixmapHeight - 1, pixmapLeft + pixmapWidth - 1, pixmapTop … in redrawWindow()
990 …XDrawLine(mDisplay(), mPixmap(), mGC(), pixmapLeft + pixmapWidth - 1, pixmapTop + pixmapHeight - 1… in redrawWindow()
995 …y(), mPixmap(), mWindow(), mGC(), pixmapLeft, pixmapTop, pixmapWidth, pixmapHeight, pixmapLeft, pi… in redrawWindow()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DMarbleLegendBrowser.cpp326 int pixmapHeight = 12; in generateSectionsHtml() local
331 pixmapHeight = oncePixmap.height(); in generateSectionsHtml()
334 QString::number(pixmapHeight) + QLatin1String("px;"); in generateSectionsHtml()
344 …QString::number(pixmapHeight) + QLatin1String("px; background-color: ") + color.name() + QLatin1Ch… in generateSectionsHtml()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqstyle.cpp553 const int pixmapHeight = pixmap.height()/pixmap.devicePixelRatio(); in itemPixmapRect() local
556 y += h/2 - pixmapHeight/2; in itemPixmapRect()
558 y += h - pixmapHeight; in itemPixmapRect()
565 result = QRect(x, y, pixmapWidth, pixmapHeight); in itemPixmapRect()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqstyle.cpp553 const int pixmapHeight = pixmap.height()/pixmap.devicePixelRatio(); in itemPixmapRect() local
556 y += h/2 - pixmapHeight/2; in itemPixmapRect()
558 y += h - pixmapHeight; in itemPixmapRect()
565 result = QRect(x, y, pixmapWidth, pixmapHeight); in itemPixmapRect()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqstyle.cpp553 const int pixmapHeight = pixmap.height()/pixmap.devicePixelRatio(); in itemPixmapRect() local
556 y += h/2 - pixmapHeight/2; in itemPixmapRect()
558 y += h - pixmapHeight; in itemPixmapRect()
565 result = QRect(x, y, pixmapWidth, pixmapHeight); in itemPixmapRect()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqstyle.cpp553 const int pixmapHeight = pixmap.height()/pixmap.devicePixelRatio(); in itemPixmapRect() local
556 y += h/2 - pixmapHeight/2; in itemPixmapRect()
558 y += h - pixmapHeight; in itemPixmapRect()
565 result = QRect(x, y, pixmapWidth, pixmapHeight); in itemPixmapRect()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqstyle.cpp553 const int pixmapHeight = pixmap.height()/pixmap.devicePixelRatio(); in itemPixmapRect() local
556 y += h/2 - pixmapHeight/2; in itemPixmapRect()
558 y += h - pixmapHeight; in itemPixmapRect()
565 result = QRect(x, y, pixmapWidth, pixmapHeight); in itemPixmapRect()

123456789