Searched refs:m_backgroundBottomColorCache (Results 1 – 4 of 4) sorted by relevance
74 static ColorCache m_backgroundBottomColorCache; variable91 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()
114 ColorCache m_backgroundBottomColorCache; variable
145 QColor* out( m_backgroundBottomColorCache.object( key ) );158 m_backgroundBottomColorCache.insert( key, out );