Home
last modified time | relevance | path

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

/trunk/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()
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 25 milliseconds