Searched refs:aCacheFile (Results 1 – 1 of 1) sorted by relevance
149 SvFileStream aCacheFile( aCacheFileName, STREAM_READ ); in ImplFontAttrCache() local150 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 …]