Home
last modified time | relevance | path

Searched refs:ImplFontAttrCache (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx121 class ImplFontAttrCache class
135 ImplFontAttrCache( const String& rCacheFileName, const String& rBaseURL );
136 ~ImplFontAttrCache();
142 ImplFontAttrCache::ImplFontAttrCache( const String& rFileNameURL, const String& rBaseURL ) : aBaseU… in ImplFontAttrCache() function in ImplFontAttrCache
156 if( nCacheMagic != ImplFontAttrCache::MAGIC ) in ImplFontAttrCache()
183 ImplFontAttrCache::~ImplFontAttrCache() in ~ImplFontAttrCache()
190 sal_uInt32 nCacheMagic = ImplFontAttrCache::MAGIC; in ~ImplFontAttrCache()
220 String ImplFontAttrCache::OptimizeURL( const String& rURL ) const in OptimizeURL()
229 ImplDevFontAttributes ImplFontAttrCache::GetFontAttr( const String& rFontFileName ) const in GetFontAttr()
240 void ImplFontAttrCache::AddFontAttr( const String& rFontFileName, const ImplDevFontAttributes& rDFA… in AddFontAttr()
[all …]
/trunk/main/vcl/inc/win/
H A Dsalgdi.h37 class ImplFontAttrCache;
157 ImplFontAttrCache* mpFontAttrCache; // Cache font attributes from files in so/share/fonts

Completed in 32 milliseconds