Lines Matching refs:fit
4069 … for( FontEmitMapping::iterator fit = lit->m_aMapping.begin(); fit != lit->m_aMapping.end();++fit ) in emitFonts() local
4071 sal_uInt8 nEnc = fit->second.getGlyphId(); in emitFonts()
4076 aGlyphIds[ nEnc ] = fit->first; in emitFonts()
4079 pUnicodesPerGlyph[ nEnc ] = fit->second.countCodes(); in emitFonts()
4081 aUnicodes.push_back( fit->second.getCode( n ) ); in emitFonts()
4082 if( fit->second.getCode(0) ) in emitFonts()
4272 …for( std::map< sal_Int32, sal_Int32 >::iterator fit = aObjects.begin(); fit != aObjects.end(); ++f… in emitFonts() local
4274 CHECK_RETURN( fit->second ); in emitFonts()
4275 aFontIDToObject[ fit->first ] = fit->second; in emitFonts()
4283 …for( std::map< sal_Int32, sal_Int32 >::iterator fit = aObjects.begin(); fit != aObjects.end(); ++f… in emitFonts() local
4285 CHECK_RETURN( fit->second ); in emitFonts()
4286 aFontIDToObject[ fit->first ] = fit->second; in emitFonts()