Searched refs:gNWPixmapCacheList (Results 1 – 1 of 1) sorted by relevance
101 NWPixmapCacheList* gNWPixmapCacheList; member138 gNWPixmapCacheList( NULL ), in NWFWidgetData()304 if( gWidgetData[m_screen].gNWPixmapCacheList ) in NWPixmapCache()305 gWidgetData[m_screen].gNWPixmapCacheList->AddCache(this); in NWPixmapCache()309 if( gWidgetData[m_screen].gNWPixmapCacheList ) in ~NWPixmapCache()310 gWidgetData[m_screen].gNWPixmapCacheList->RemoveCache(this); in ~NWPixmapCache()416 gWidgetData[i].gNWPixmapCacheList = new NWPixmapCacheList; in initNWF()463 delete gWidgetData[i].gNWPixmapCacheList; in deInitNWF()464 gWidgetData[i].gNWPixmapCacheList = NULL; in deInitNWF()727 if( gWidgetData[i].gNWPixmapCacheList ) in drawNativeControl()[all …]
Completed in 114 milliseconds