Home
last modified time | relevance | path

Searched refs:backgroundEnd (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/syncthingtray/syncthingtray/model/
H A Dsyncthingicons.h26 …StatusIconColorSet(const QColor &backgroundStart, const QColor &backgroundEnd, const QColor &foreg… in QT_FORWARD_DECLARE_CLASS()
27 StatusIconColorSet(QColor &&backgroundStart, QColor &&backgroundEnd, QColor &&foreground); in QT_FORWARD_DECLARE_CLASS()
28 …StatusIconColorSet(const QString &backgroundStart, const QString &backgroundEnd, const QString &fo… in QT_FORWARD_DECLARE_CLASS()
31 QColor backgroundEnd; in QT_FORWARD_DECLARE_CLASS() member
35 …rSet::StatusIconColorSet(const QColor &backgroundStart, const QColor &backgroundEnd, const QColor … in QT_FORWARD_DECLARE_CLASS()
37 , backgroundEnd(backgroundEnd) in QT_FORWARD_DECLARE_CLASS()
42 inline StatusIconColorSet::StatusIconColorSet(QColor &&backgroundStart, QColor &&backgroundEnd, QCo… in QT_FORWARD_DECLARE_CLASS()
44 , backgroundEnd(backgroundEnd) in QT_FORWARD_DECLARE_CLASS()
49 …et::StatusIconColorSet(const QString &backgroundStart, const QString &backgroundEnd, const QString… in QT_FORWARD_DECLARE_CLASS()
51 , backgroundEnd(backgroundEnd) in QT_FORWARD_DECLARE_CLASS()
H A Dsyncthingicons.cpp20 auto gradientEndColor = colors.backgroundEnd.name(QColor::HexRgb); in makeSyncthingIcon()
24 if (colors.backgroundEnd.alphaF() < 1.0) { in makeSyncthingIcon()
25 …gradientEndColor += QStringLiteral(";stop-opacity:") + QString::number(colors.backgroundEnd.alphaF… in makeSyncthingIcon()
250 field->backgroundEnd = colors[1].toString(); in StatusIconSettings()
268 …res += field->backgroundStart.name(QColor::HexArgb) % QChar(',') % field->backgroundEnd.name(QColo… in toString()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/searchwindow/
H A Dratingsearchutilities.cpp353 QColor foregroundEnd(foreground), backgroundEnd(background); in paintEvent() local
355 backgroundEnd.setAlphaF(0); in paintEvent()
363 grad.setColorAt(1, backgroundEnd); in paintEvent()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DExampleGenerator.java117 private String backgroundEnd = "</span>"; field in ExampleGenerator
198 return backgroundEnd; in getBackgroundEnd()
208 public void setBackgroundEnd(String backgroundEnd) { in setBackgroundEnd() argument
209 this.backgroundEnd = backgroundEnd; in setBackgroundEnd()
1990 .replace(backgroundEndSymbol, backgroundEnd) in finalizeBackground()
/dports/deskutils/syncthingtray/syncthingtray/widgets/settings/
H A Dsettingsdialog.cpp613 widgetsForColor.colorButtons[1]->setColor(colorMapping.setting.backgroundEnd); in setupWidget()
688 widgetsForColor.colorButtons[1]->setColor(widgetsForColor.setting->backgroundEnd); in update()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c448 CGPoint backgroundEnd = { in FillButtonBackground() local
457 bounds.origin, backgroundEnd, 0); in FillButtonBackground()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c457 CGPoint backgroundEnd = { in FillButtonBackground() local
466 bounds.origin, backgroundEnd, 0); in FillButtonBackground()