Home
last modified time | relevance | path

Searched refs:FontCacheData (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dfontcache.hxx56 typedef std::hash_map< int, FontDir > FontCacheData; typedef in psp::FontCache
57 FontCacheData m_aCache;
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx86 for( FontCacheData::iterator dir_it = m_aCache.begin(); dir_it != m_aCache.end(); ++dir_it ) in clearCache()
122 …for( FontCacheData::const_iterator dir_it = m_aCache.begin(); dir_it != m_aCache.end(); ++ dir_it ) in flush()
659 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in getFontCacheFile()
702 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in updateFontCacheEntry()
756 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in listDirectory()
780 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in scanAdditionalFiles()

Completed in 18 milliseconds