Home
last modified time | relevance | path

Searched refs:PaintUtils (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dstylesheetutils.cpp53 …return grad.arg(x2).arg(y2).arg(rgba(PaintUtils::adjustedHsv(color, 0, 0, qMin(255 - color.value()… in gradient()
54 … rgba(PaintUtils::adjustedHsv(color, 0, 0, -qMin(color.value(), value / 2)))); in gradient()
H A Dpaintutils.h37 namespace PaintUtils
H A Dpaintutils.cpp33 namespace PaintUtils namespace
/dports/graphics/gwenview/gwenview-21.12.3/lib/thumbnailview/
H A Dtooltipwidget.cpp98 QPainterPath path = PaintUtils::roundedRectangle(rect(), RADIUS); in paintEvent()
H A Dpreviewitemdelegate.cpp293 QPainterPath path = PaintUtils::roundedRectangle(rectF, SELECTION_RADIUS); in drawBackground()
296 gradient.setColorAt(0, PaintUtils::adjustedHsv(bgColor, bgH, bgS, bgV)); in drawBackground()
303 painter->setPen(PaintUtils::adjustedHsv(borderColor, borderH, borderS, borderV)); in drawBackground()
305 path = PaintUtils::roundedRectangle(rectF, SELECTION_RADIUS); in drawBackground()
320 …QPixmap shadow = PaintUtils::generateFuzzyRect(size * dpr, color, qRound(SHADOW_SIZE_DELEGATE * dp… in drawShadow()
H A Ddragpixmapgenerator.cpp103 QColor bg2 = PaintUtils::adjustedHsv(bg1, 0, 0, -50); in generate()
H A Dthumbnailbarview.cpp110 … QPixmap shadow = PaintUtils::generateFuzzyRect(size * dpr, color, qRound(SHADOW_SIZE * dpr)); in drawShadow()
164 d->mBorderColor = PaintUtils::alphaAdjustedF(QColor(Qt::white), 0.65); in ThumbnailBarItemDelegate()
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dfiltercontroller.cpp260 …QPainterPath path = PaintUtils::roundedRectangle(QRectF(rect()).adjusted(0.5, 0.5, -0.5, -0.5), 6); in paintEvent()
263 painter.fillPath(path, PaintUtils::alphaAdjustedF(color, 0.5)); in paintEvent()
H A Dsavebar.cpp97 QColor warningBorderColor = PaintUtils::adjustedHsv(warningBackgroundColor, 0, 150, 0); in createTooManyChangesFrame()
117 QColor borderColor = PaintUtils::adjustedHsv(bgColor, 0, 150, 0); in applyNormalStyleSheet()
H A Dviewmainpage.cpp239 … QColor leftBorderColor = PaintUtils::adjustedHsv(bgColor, 0, 0, qMin(20, 255 - bgColor.value())); in setupThumbnailBarStyleSheet()
240 … QColor rightBorderColor = PaintUtils::adjustedHsv(bgColor, 0, 0, -qMin(40, bgColor.value())); in setupThumbnailBarStyleSheet()
241 … QColor borderSelColor = PaintUtils::adjustedHsv(bgSelColor, 0, 0, -qMin(60, bgSelColor.value())); in setupThumbnailBarStyleSheet()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py588 class PaintUtils(): class in Plasma