Lines Matching refs:CreateFromInt32
148 aLine = ByteString::CreateFromInt32( rEntry.front()->m_eType ); in flush()
150 aLine.Append( ByteString::CreateFromInt32( nEntrySize ) ); in flush()
179 aLine = ByteString::CreateFromInt32( nSubEntry ); 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()
223 …aLine.Append( ByteString::CreateFromInt32( static_cast<const PrintFontManager::TrueTypeFontFile*>(… in flush()