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()175 aCacheFile >> n; aDFA.mbSymbolFlag = (n != 0); in ImplFontAttrCache()188 if ( aCacheFile.IsWritable() ) in ~ImplFontAttrCache()191 aCacheFile << nCacheMagic; in ~ImplFontAttrCache()202 aCacheFile << static_cast<short>(rDFA.meWeight); in ~ImplFontAttrCache()203 aCacheFile << static_cast<short>(rDFA.meItalic); in ~ImplFontAttrCache()204 aCacheFile << static_cast<short>(rDFA.mePitch); in ~ImplFontAttrCache()206 aCacheFile << static_cast<short>(rDFA.meFamily); in ~ImplFontAttrCache()[all …]
Completed in 32 milliseconds