Lines Matching refs:NWPixmapCache
64 class NWPixmapCache;
102 NWPixmapCache* gCacheTabItems;
103 NWPixmapCache* gCacheTabPages;
254 class NWPixmapCache class
261 NWPixmapCache( int nScreen );
262 ~NWPixmapCache();
277 ::std::vector< NWPixmapCache* > mCaches;
279 void AddCache( NWPixmapCache *pCache );
280 void RemoveCache( NWPixmapCache *pCache );
298 NWPixmapCache::NWPixmapCache( int nScreen ) in NWPixmapCache() function in NWPixmapCache
307 NWPixmapCache::~NWPixmapCache() in ~NWPixmapCache()
313 void NWPixmapCache::ThemeChanged() in ThemeChanged()
321 sal_Bool NWPixmapCache::Find( ControlType aType, ControlState aState, const Rectangle& r_pixmapRec… in Find()
340 void NWPixmapCache::Fill( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, Gd… in Fill()
354 void NWPixmapCacheList::AddCache( NWPixmapCache* pCache ) in AddCache()
358 void NWPixmapCacheList::RemoveCache( NWPixmapCache* pCache ) in RemoveCache()
360 ::std::vector< NWPixmapCache* >::iterator p; in RemoveCache()
367 ::std::vector< NWPixmapCache* >::iterator p = mCaches.begin(); in ThemeChanged()
2247 gWidgetData[ m_nScreen ].gCacheTabItems = new NWPixmapCache( m_nScreen ); in NWPaintGTKTabItem()
2248 gWidgetData[ m_nScreen ].gCacheTabPages = new NWPixmapCache( m_nScreen ); in NWPaintGTKTabItem()
2250 NWPixmapCache& aCacheItems = *gWidgetData[ m_nScreen ].gCacheTabItems; in NWPaintGTKTabItem()
2251 NWPixmapCache& aCachePage = *gWidgetData[ m_nScreen ].gCacheTabPages; in NWPaintGTKTabItem()