Home
last modified time | relevance | path

Searched refs:oldBackgroundColor (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/kolourpaint/kolourpaint-21.12.3/environments/tools/
H A DkpToolEnvironment.cpp143 kpColor kpToolEnvironment::oldBackgroundColor () const in oldBackgroundColor() function in kpToolEnvironment
145 return ::ColorToolBar (mainWindow ())->oldBackgroundColor (); in oldBackgroundColor()
H A DkpToolEnvironment.h77 kpColor oldBackgroundColor () const;
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/
H A DkpTool.cpp243 kpColor kpTool::oldBackgroundColor () const in oldBackgroundColor() function in kpTool
245 return d->environ->oldBackgroundColor (); in oldBackgroundColor()
H A DkpTool.h280 kpColor oldBackgroundColor () const;
/dports/graphics/kolourpaint/kolourpaint-21.12.3/widgets/toolbars/
H A DkpColorToolBar.cpp214 kpColor kpColorToolBar::oldBackgroundColor () const in oldBackgroundColor() function in kpColorToolBar
216 return m_dualColorButton->oldBackgroundColor (); in oldBackgroundColor()
H A DkpColorToolBar.h95 kpColor oldBackgroundColor () const;
/dports/graphics/kolourpaint/kolourpaint-21.12.3/widgets/
H A DkpDualColorButton.h67 kpColor oldBackgroundColor () const;
H A DkpDualColorButton.cpp134 kpColor kpDualColorButton::oldBackgroundColor () const in oldBackgroundColor() function in kpDualColorButton
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/selection/image/
H A DkpAbstractImageSelectionTool_Transparency.cpp181 oldST.setTransparentColor (oldBackgroundColor ()); in slotBackgroundColorChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DMouseNavigator.java207 final Color oldBackgroundColor = gc.getBackground(); in onPaint() local
216 gc.setBackground(oldBackgroundColor); in onPaint()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DMouseNavigator.java207 final Color oldBackgroundColor = gc.getBackground(); in onPaint() local
216 gc.setBackground(oldBackgroundColor); in onPaint()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/selection/text/
H A DkpToolText_TextStyle.cpp177 oldTextStyle.setBackgroundColor (oldBackgroundColor ()); in slotBackgroundColorChanged()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktextnodeengine.cpp583 QColor oldBackgroundColor = m_backgroundColor; in addGlyphsInRange() local
585 oldBackgroundColor = m_backgroundColor; in addGlyphsInRange()
633 m_backgroundColor = oldBackgroundColor; in addGlyphsInRange()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktextnodeengine.cpp583 QColor oldBackgroundColor = m_backgroundColor; in addGlyphsInRange() local
585 oldBackgroundColor = m_backgroundColor; in addGlyphsInRange()
633 m_backgroundColor = oldBackgroundColor; in addGlyphsInRange()
/dports/lang/seed7/seed7/src/
H A Ddrw_win.c2062 COLORREF oldBackgroundColor; in createMaskBitmap() local
2070 oldBackgroundColor = SetBkColor(pixmapHdc, transparentColor); in createMaskBitmap()
2080 SetBkColor(pixmapHdc, oldBackgroundColor); in createMaskBitmap()