Home
last modified time | relevance | path

Searched refs:m_backgroundBottomColorCache (Results 1 – 4 of 4) sorted by relevance

/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygencolorutils.cpp74 static ColorCache m_backgroundBottomColorCache; variable
91 m_backgroundBottomColorCache.clear(); in clearCaches()
157 ColorCache::const_iterator iter( m_backgroundBottomColorCache.find( color.toInt() ) ); in backgroundBottomColor()
158 if( iter != m_backgroundBottomColorCache.end() ) return iter->second; in backgroundBottomColor()
168 m_backgroundBottomColorCache.insert( color.toInt(), out ); in backgroundBottomColor()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygencolorutils.cpp74 static ColorCache m_backgroundBottomColorCache; variable
91 m_backgroundBottomColorCache.clear(); in clearCaches()
157 ColorCache::const_iterator iter( m_backgroundBottomColorCache.find( color.toInt() ) ); in backgroundBottomColor()
158 if( iter != m_backgroundBottomColorCache.end() ) return iter->second; in backgroundBottomColor()
168 m_backgroundBottomColorCache.insert( color.toInt(), out ); in backgroundBottomColor()
/dports/databases/kexi/kexi-3.2.0/src/main/
H A DKexiMenuWidget_p.h114 ColorCache m_backgroundBottomColorCache; variable
H A DKexiMenuWidget.cpp145 QColor* out( m_backgroundBottomColorCache.object( key ) );
158 m_backgroundBottomColorCache.insert( key, out );