Home
last modified time | relevance | path

Searched refs:backgroundGradient (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/themes/
H A Dchartthemesystem_p.h96 QLinearGradient backgroundGradient; in ChartThemeSystem() local
125 QLinearGradient backgroundGradient; in ChartThemeSystem()
126 backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); in ChartThemeSystem()
127 backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); in ChartThemeSystem()
129 m_chartBackgroundGradient = backgroundGradient; in ChartThemeSystem()
151 QLinearGradient backgroundGradient; in ChartThemeSystem()
152 backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); in ChartThemeSystem()
153 backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); in ChartThemeSystem()
155 m_chartBackgroundGradient = backgroundGradient; in ChartThemeSystem()
177 QLinearGradient backgroundGradient; in ChartThemeSystem()
[all …]
H A Dchartthemebrownsand_p.h61 QLinearGradient backgroundGradient; in ChartThemeBrownSand() local
62 backgroundGradient.setColorAt(0.0, QRgb(0xf3ece0)); in ChartThemeBrownSand()
63 backgroundGradient.setColorAt(1.0, QRgb(0xf3ece0)); in ChartThemeBrownSand()
64 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeBrownSand()
65 m_chartBackgroundGradient = backgroundGradient; in ChartThemeBrownSand()
H A Dchartthemedark_p.h61 QLinearGradient backgroundGradient(0.5, 0.0, 0.5, 1.0); in ChartThemeDark()
62 backgroundGradient.setColorAt(0.0, QRgb(0x2e303a)); in ChartThemeDark()
63 backgroundGradient.setColorAt(1.0, QRgb(0x121218)); in ChartThemeDark()
64 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeDark()
65 m_chartBackgroundGradient = backgroundGradient; in ChartThemeDark()
H A Dchartthemebluecerulean_p.h60 QLinearGradient backgroundGradient(0.5, 0.0, 0.5, 1.0); in ChartThemeBlueCerulean()
61 backgroundGradient.setColorAt(0.0, QRgb(0x056189)); in ChartThemeBlueCerulean()
62 backgroundGradient.setColorAt(1.0, QRgb(0x101a31)); in ChartThemeBlueCerulean()
63 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeBlueCerulean()
64 m_chartBackgroundGradient = backgroundGradient; in ChartThemeBlueCerulean()
H A Dchartthemebluencs_p.h61 QLinearGradient backgroundGradient; in ChartThemeBlueNcs() local
62 backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); in ChartThemeBlueNcs()
63 backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); in ChartThemeBlueNcs()
64 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeBlueNcs()
65 m_chartBackgroundGradient = backgroundGradient; in ChartThemeBlueNcs()
H A Dchartthemelight_p.h61 QLinearGradient backgroundGradient; in ChartThemeLight() local
62 backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); in ChartThemeLight()
63 backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); in ChartThemeLight()
64 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeLight()
65 m_chartBackgroundGradient = backgroundGradient; in ChartThemeLight()
H A Dchartthemeblueicy_p.h61 QLinearGradient backgroundGradient(0.5, 0.0, 0.5, 1.0); in ChartThemeBlueIcy()
62 backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); in ChartThemeBlueIcy()
63 backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); in ChartThemeBlueIcy()
64 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeBlueIcy()
65 m_chartBackgroundGradient = backgroundGradient; in ChartThemeBlueIcy()
H A Dchartthemeqt_p.h64 QLinearGradient backgroundGradient(0.5, 0.0, 0.5, 1.0); in ChartThemeQt()
65 backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); in ChartThemeQt()
66 backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); in ChartThemeQt()
67 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeQt()
68 m_chartBackgroundGradient = backgroundGradient; in ChartThemeQt()
H A Dchartthemehighcontrast_p.h61 QLinearGradient backgroundGradient(0.5, 0.0, 0.5, 1.0); in ChartThemeHighContrast()
62 backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); in ChartThemeHighContrast()
63 backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); in ChartThemeHighContrast()
64 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in ChartThemeHighContrast()
65 m_chartBackgroundGradient = backgroundGradient; in ChartThemeHighContrast()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/customchart/
H A Dmain.cpp64 QLinearGradient backgroundGradient; in main() local
65 backgroundGradient.setStart(QPointF(0, 0)); in main()
66 backgroundGradient.setFinalStop(QPointF(0, 1)); in main()
67 backgroundGradient.setColorAt(0.0, QRgb(0xd2d0d1)); in main()
68 backgroundGradient.setColorAt(1.0, QRgb(0x4c4547)); in main()
69 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); in main()
70 chart->setBackgroundBrush(backgroundGradient); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DFadedMultiColorTextView.java33 private FadedTextGradient backgroundGradient; field in FadedMultiColorTextView
73 final boolean needsNewGradient = (backgroundGradient == null || in updateGradientShader()
74backgroundGradient.getBackgroundColor() != backgroundColor || in updateGradientShader()
75 backgroundGradient.getEndRight() != gradientEndRight); in updateGradientShader()
78backgroundGradient = new FadedTextGradient(gradientEndRight, fadeWidth, backgroundColor); in updateGradientShader()
79 fadePaint.setShader(backgroundGradient); in updateGradientShader()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DFadedMultiColorTextView.java33 private FadedTextGradient backgroundGradient; field in FadedMultiColorTextView
73 final boolean needsNewGradient = (backgroundGradient == null || in updateGradientShader()
74backgroundGradient.getBackgroundColor() != backgroundColor || in updateGradientShader()
75 backgroundGradient.getEndRight() != gradientEndRight); in updateGradientShader()
78backgroundGradient = new FadedTextGradient(gradientEndRight, fadeWidth, backgroundColor); in updateGradientShader()
79 fadePaint.setShader(backgroundGradient); in updateGradientShader()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/
H A Dcustomviewstyle.cpp57 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
58 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
59 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
60 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/customviewstyle/
H A Dcustomviewstyle.cpp66 QLinearGradient backgroundGradient(topLeft, bottomRight); in drawPrimitive() local
67 backgroundGradient.setColorAt(0.0, QColor(Qt::yellow).lighter(190)); in drawPrimitive()
68 backgroundGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
69 painter->fillRect(option->rect, QBrush(backgroundGradient)); in drawPrimitive()

12