Home
last modified time | relevance | path

Searched refs:leftPix (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/smplayer/smplayer-21.10.0/src/skingui/
H A Dpanelseeker.cpp63 p.drawPixmap( leftRightMargin, (height()- leftPix.height())/2 , leftPix ); in paintEvent()
64 …Pixmap(QRect(leftRightMargin + leftPix.width(), (height()- centerPix.height())/2 ,width() - 2*le… in paintEvent()
70 …Pixmap(QRect(leftRightMargin + leftPix.width(), (height()- bufferingPix.height())/2, width() - 2*l… in paintEvent()
76 …(QRect(leftRightMargin + leftPix.width(), (height()- progressPix.height())/2 , knobRect.center().x… in paintEvent()
H A Dpanelseeker.h52 QPixmap leftIcon() { return leftPix; } in leftIcon()
60 void setLeftIcon( QPixmap pix) { leftPix = pix; } in setLeftIcon()
76 QPixmap leftPix;
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/expoblending/wizard/
H A Dexpoblendinglastpage.cpp82 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in ExpoBlendingLastPage() local
83 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in ExpoBlendingLastPage()
H A Dexpoblendingintropage.cpp125 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in ExpoBlendingIntroPage() local
126 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in ExpoBlendingIntroPage()
H A Dexpoblendingitemspage.cpp91 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in ItemsPage() local
92 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in ItemsPage()
H A Dexpoblendingpreprocesspage.cpp121 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in ExpoBlendingPreProcessPage() local
122 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in ExpoBlendingPreProcessPage()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/panorama/wizard/
H A Dpanoitemspage.cpp92 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in PanoItemsPage() local
93 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in PanoItemsPage()
H A Dpanointropage.cpp247 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in PanoIntroPage() local
248 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in PanoIntroPage()
H A Dpanooptimizepage.cpp167 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in PanoOptimizePage() local
168 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in PanoOptimizePage()
H A Dpanopreprocesspage.cpp140 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in PanoPreProcessPage() local
141 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in PanoPreProcessPage()
H A Dpanolastpage.cpp140 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in PanoLastPage() local
141 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in PanoLastPage()
H A Dpanopreviewpage.cpp119 …QPixmap leftPix(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("digikam… in PanoPreviewPage() local
120 setLeftBottomPix(leftPix.scaledToWidth(128, Qt::SmoothTransformation)); in PanoPreviewPage()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Draster_edge_iterator.h77 pixel_type *leftPix() const { return m_leftPix; } in leftPix() function
H A Dtdespeckle.cpp588 pix = it.leftPix(); in majority()