Lines Matching refs:pEnc
1727 const char* pEnc = rtl_getBestUnixCharsetFromTextEncoding( pFont->m_aEncoding ); in getXLFD() local
1728 if( ! pEnc ) in getXLFD()
1731 pEnc = "adobe-standard"; in getXLFD()
1733 pEnc = "iso8859-1"; in getXLFD()
1735 aXLFD .append( pEnc ); in getXLFD()
3652 sal_uInt8 pEnc[256]; in createFontSubset() local
3655 memset( pEnc, 0, sizeof( pEnc ) ); in createFontSubset()
3671 … DBG_ASSERT( pEnc[pNewEncoding[i]] == 0 && pGID[pNewEncoding[i]] == 0, "duplicate encoded glyph" ); in createFontSubset()
3672 pEnc[ pNewEncoding[i] ] = pNewEncoding[i]; in createFontSubset()
3714 aRequestedGlyphIds, pEnc, nGlyphs, pWidths ); in createFontSubset()
3756 pEnc, in createFontSubset()
4026 const NamedValue* pEnc = aEncoding.getConstArray(); in readOverrideMetrics() local
4029 sal_Unicode cCode = *pEnc[m].Name.getStr(); in readOverrideMetrics()
4030 sal_Int32 nGlyph = getInt(pEnc[m].Value); in readOverrideMetrics()
4039 const NamedValue* pEnc = aEncoding.getConstArray(); in readOverrideMetrics() local
4042 sal_Unicode cCode = *pEnc[m].Name.getStr(); in readOverrideMetrics()
4043 OUString aGlyphName( getString(pEnc[m].Value) ); in readOverrideMetrics()