Home
last modified time | relevance | path

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

/AOO41X/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx149 SvFileStream aCacheFile( aCacheFileName, STREAM_READ ); in ImplFontAttrCache() local
150 if( !aCacheFile.IsOpen() ) in ImplFontAttrCache()
155 aCacheFile >> nCacheMagic; in ImplFontAttrCache()
164 aCacheFile.ReadByteString( aFontFileURL, RTL_TEXTENCODING_UTF8 ); in ImplFontAttrCache()
167 aCacheFile.ReadByteString( aDFA.maName, RTL_TEXTENCODING_UTF8 ); in ImplFontAttrCache()
170 aCacheFile >> n; aDFA.meWeight = static_cast<FontWeight>(n); in ImplFontAttrCache()
171 aCacheFile >> n; aDFA.meItalic = static_cast<FontItalic>(n); in ImplFontAttrCache()
172 aCacheFile >> n; aDFA.mePitch = static_cast<FontPitch>(n); in ImplFontAttrCache()
173 aCacheFile >> n; aDFA.meWidthType = static_cast<FontWidth>(n); in ImplFontAttrCache()
174 aCacheFile >> n; aDFA.meFamily = static_cast<FontFamily>(n); in ImplFontAttrCache()
[all …]