Home
last modified time | relevance | path

Searched refs:backgroundPixmap (Results 1 – 25 of 128) sorted by relevance

123456

/dports/x11/xedit/xedit-1.2.2/app-defaults/
H A DXedit-color9 *Command.backgroundPixmap: gradient:vertical?dimension=18&start=gray90&end=gray65
38 *bc_label.backgroundPixmap: gradient:vertical?dimension=18&start=gray90&end=gray65
56 *formWindow*backgroundPixmap: ParentRelative
69 *dirlabel.backgroundPixmap: gradient:vertical?dimension=18&start=gray90&end=gray65
106 *SimpleMenu*backgroundPixmap: xlogo11?foreground=gray90&background=gray88
124 *TransientShell.backgroundPixmap: xlogo11?foreground=gray90&background=gray87
125 *TransientShell.Form.backgroundPixmap: ParentRelative
126 *TransientShell.Form.Label.backgroundPixmap: ParentRelative
132 *ispell*word.backgroundPixmap: XtUnspecifiedPixmap
147 *ispell*status.backgroundPixmap: XtUnspecifiedPixmap
[all …]
H A DXedit-sample13 Xedit*filename.backgroundPixmap: gradient:vertical?dimension=3&start=rgb:e/d/d&end=rgb:f/e/e
15 Xedit*messageWindow.backgroundPixmap: gradient:vertical?dimension=3&start=rgb:e/d/d&end=rgb:f/e/e
16 Xedit*editWindow.backgroundPixmap: gradient:vertical?dimension=3&start=rgb:e/d/d&end=rgb:f/e/e
21 Xedit*formWindow*backgroundPixmap: XtUnspecifiedPixmap
49 Xedit*Scrollbar.backgroundPixmap: gray3?background=rgb:c/a/a&foreground=rgb:d/b/b
95 Xedit*Form.backgroundPixmap: gradient:vertical?dimension=3&start=rgb:e/d/d&end=rgb:f/e/e
96 Xedit*Form.Label.backgroundPixmap: ParentRelative
97 Xedit*Form*Text.backgroundPixmap: gradient:vertical?dimension=3&start=rgb:dc/cc/cc&end=rgb:ec/dc/dc
151 Xedit*dirlabel*backgroundPixmap: XtUnspecifiedPixmap
163 Xedit*dirwindow.backgroundPixmap: gradient:vertical?dimension=3&start=rgb:e/d/d&end=rgb:f/e/e
[all …]
/dports/x11/viewres/viewres-1.0.6/app-defaults/
H A DViewres-color10 *buttonbox.backgroundPixmap: gradient:vertical?dimension=4&start=gray95&end=gray90
12 *treeform.porthole.tree.backgroundPixmap:gradient:vertical?dimension=4&start=gray85&end=gray90
16 *List.backgroundPixmap: gradient:vertical?dimension=4&start=gray95&end=gray90
24 *SimpleMenu.backgroundPixmap: gradient:vertical?dimension=4&start=gray92&end=gray98
/dports/astro/xtide/xtide-2.15.3/
H A DxxErrorBox.cc39 XFreePixmap (xxX::display, backgroundPixmap); in ~xxErrorBox()
56 if (!(backgroundPixmap = xxX::makePixmap (errorExclaimXPM))) in xxErrorBox()
57 backgroundPixmap = xxX::makePixmap (64, 64); in xxErrorBox()
59 {XtNbackgroundPixmap, (XtArgVal)backgroundPixmap} in xxErrorBox()
H A DxxErrorBox.hh30 Pixmap backgroundPixmap; member in xxErrorBox
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A DMwm.ad89 !*menu.backgroundPixmap: "varies"
99 !*feedback.backgroundPixmap: "varies"
109 !*pager.backgroundPixmap: "varies"
119 !*icon.backgroundPixmap: "varies"
135 !*client*title.backgroundPixmap: "varies"
151 !*client*resizeh.backgroundPixmap: "varies"
166 !*client*border.backgroundPixmap: "varies"
181 !*client*maximizeb.backgroundPixmap: "varies"
196 !*client*minimizeb.backgroundPixmap: "varies"
211 !*client*menub.backgroundPixmap: "varies"
/dports/games/libkmahjongg/libkmahjongg-21.12.3/src/
H A Dkmahjonggbackground.cpp45 QPixmap backgroundPixmap; member in KMahjonggBackgroundPrivate
202 … if (!QPixmapCache::find(d->pixmapCacheNameFromElementId(d->filename), &d->backgroundPixmap)) { in getBackground()
203 d->backgroundPixmap = d->renderBG(d->w, d->h); in getBackground()
204 QPixmapCache::insert(d->pixmapCacheNameFromElementId(d->filename), d->backgroundPixmap); in getBackground()
206 d->backgroundBrush = QBrush(d->backgroundPixmap); in getBackground()
/dports/mail/faces/faces-1.7.7/faces/
H A DFaces.ad6 faces.backgroundPixmap:
/dports/games/klines/klines-21.12.3/src/
H A Drenderer.h57 static QPixmap backgroundPixmap(QSize size);
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DButton.hh76 Pixmap backgroundPixmap() const { return m_background_pm; } in backgroundPixmap() function in FbTk::Button
/dports/x11-wm/wmx/wmx-8/
H A DBorder.h60 static Pixmap backgroundPixmap(WindowManager *);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp1649 d->backgroundPixmap = QPixmap(); in resetCachedContent()
3517 d->backgroundPixmap.setDevicePixelRatio(dpr); in paintEvent()
3520 d->backgroundPixmap.fill(Qt::transparent); in paintEvent()
3521 QPainter p(&d->backgroundPixmap); in paintEvent()
3522 p.fillRect(0, 0, d->backgroundPixmap.width(), d->backgroundPixmap.height(), bgBrush); in paintEvent()
3529 QPainter backgroundPainter(&d->backgroundPixmap); in paintEvent()
3541 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3544 painter.drawPixmap(QPoint(), d->backgroundPixmap); in paintEvent()
3711 const qreal dpr = d->backgroundPixmap.devicePixelRatio(); in scrollContentsBy()
3716 if (!d->backgroundPixmap.isNull()) in scrollContentsBy()
[all …]

123456