Lines Matching refs:ByteString

111 …fprintf( stderr, "FontCache::flush: opening cache file %s failed\n", ByteString( m_aCacheFile, osl…  in flush()
117 aStream.WriteLine( ByteString( CACHE_MAGIC ) ); in flush()
126 ByteString aDirectory( rManager.getDirectory( dir_it->first ) ); in flush()
127 ByteString aLine( "FontCacheDirectory:" ); in flush()
128 aLine.Append( ByteString::CreateFromInt64( dir_it->second.m_nTimestamp ) ); in flush()
143 aLine.Append( ByteString( entry_it->first ) ); in flush()
148 aLine = ByteString::CreateFromInt32( rEntry.front()->m_eType ); in flush()
150 aLine.Append( ByteString::CreateFromInt32( nEntrySize ) ); in flush()
173 aLine.Append( ByteString( String( rAdd ), RTL_TEXTENCODING_UTF8 ) ); in flush()
179 aLine = ByteString::CreateFromInt32( nSubEntry ); in flush()
181 aLine.Append( ByteString( String( rPSName ), RTL_TEXTENCODING_UTF8 ) ); in flush()
183 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eItalic ) ); in flush()
185 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eWeight ) ); in flush()
187 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eWidth ) ); in flush()
189 aLine.Append( ByteString::CreateFromInt32( (*it)->m_ePitch ) ); in flush()
191 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aEncoding ) ); in flush()
193 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nAscend ) ); in flush()
195 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nDescend ) ); in flush()
197 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nLeading ) ); in flush()
201 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricX.width ) ); in flush()
203 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricX.height ) ); in flush()
205 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.width ) ); in flush()
207 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.height ) ); in flush()
211 aLine.Append( ByteString::CreateFromInt32( 0 ) ); in flush()
213 aLine.Append( ByteString::CreateFromInt32( 0 ) ); in flush()
219 …aLine.Append( ByteString( static_cast<const PrintFontManager::Type1FontFile*>(*it)->m_aMetricFile … in flush()
223 …aLine.Append( ByteString::CreateFromInt32( static_cast<const PrintFontManager::TrueTypeFontFile*>(… in flush()
230 … aLine.Append( ByteString( String( (*it)->m_aStyleName ), RTL_TEXTENCODING_UTF8 ) ); in flush()
234 aStream.WriteLine( ByteString() ); in flush()
253 …fprintf( stderr, "FontCache::read: opening cache file %s failed\n", ByteString( m_aCacheFile, osl_… in read()
259 ByteString aLine; in read()
264 …fprintf( stderr, "FontCache::read: cache file %s fails magic test\n", ByteString( m_aCacheFile, os… in read()
458 ByteString aFilePath = rManager.getDirectory( nDir ); in read()
460 aFilePath.Append( ByteString(aFile) ); in read()
740 ByteString aPath = rManager.getDirectory( nDirID ); in updateFontCacheEntry()
742 aPath.Append( ByteString( aFile ) ); in updateFontCacheEntry()