/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 124 sal_GlyphId nGlyph, in GetGlyphID() argument 130 return LookupGlyphID (nGlyph, nOutGlyphID, nOutGlyphSetID) in GetGlyphID() 131 || AddGlyphID (nGlyph, nUnicode, nOutGlyphID, nOutGlyphSetID); in GetGlyphID() 167 sal_GlyphId nGlyph, in LookupGlyphID() argument 181 glyph_map_t::const_iterator aGlyph = (*aGlyphSet).find (nGlyph); in LookupGlyphID() 301 sal_GlyphId nGlyph, in AddGlyphID() argument 338 aGlyphSet [nGlyph] = nMappedChar; in AddGlyphID() 350 aGlyphSet [nGlyph] = nSize; in AddGlyphID() 352 *nOutGlyphID = aGlyphSet [nGlyph]; in AddGlyphID()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdffontcache.cxx | 51 sal_Int32 PDFFontCache::getGlyphWidth( const ImplFontData* pFont, sal_GlyphId nGlyph, bool bVertica… in getGlyphWidth() argument 61 sal_GlyphId nIndex = nGlyph; in getGlyphWidth() 62 if( (nGlyph & GF_ISCHAR) != 0 ) in getGlyphWidth() 64 const sal_Ucs cCode = static_cast<sal_Ucs>(nGlyph & GF_IDXMASK); in getGlyphWidth()
|
H A D | sallayout.cxx | 934 bool SalLayout::IsSpacingGlyph( sal_GlyphId nGlyph ) const in IsSpacingGlyph() 937 if( nGlyph & GF_ISCHAR ) in IsSpacingGlyph() 939 long nChar = nGlyph & GF_IDXMASK; in IsSpacingGlyph() 946 bRet = ((nGlyph & GF_IDXMASK) == 3); in IsSpacingGlyph()
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | gsub.cxx | 335 int UseGSUB( struct _TrueTypeFont* pTTFile, int nGlyph, int /*wmode*/ ) in UseGSUB() argument 340 …itution::const_iterator it( pGlyphSubstitution->find( sal::static_int_cast<sal_uInt16>(nGlyph) ) ); in UseGSUB() 342 nGlyph = (*it).second; in UseGSUB() 345 return nGlyph; in UseGSUB()
|
H A D | gsub.h | 32 int UseGSUB( struct vcl::_TrueTypeFont* pTTFile, int nGlyph, int wmode );
|
H A D | sft.cxx | 1383 sal_uInt32 nGlyph = Int32FromMOTA( pEntry[2] ); in getGlyph12() local 1384 nGlyph += cChar - cStart; in getGlyph12() 1385 return nGlyph; in getGlyph12()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 661 sal_GlyphId nGlyph; in DrawServerAAForcedString() local 662 for( bool bFirst=true; rLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerAAForcedString() 664 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString() 812 for( nStart = 0; rLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerAAForcedString() 814 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString() 893 sal_GlyphId nGlyph; in DrawServerSimpleFontString() local 894 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerSimpleFontString() 901 Pixmap aStipple = rGlyphPeer.GetPixmap( rFont, nGlyph, m_nScreen ); in DrawServerSimpleFontString() 902 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyph ); in DrawServerSimpleFontString()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 1336 int nGlyph = prevBase + 1; in GetCaretPositions() local 1338 for (; nGlyph < static_cast<int>(mvGlyphs.size()) && in GetCaretPositions() 1339 !mvGlyphs[nGlyph].IsClusterStart(); nGlyph++) in GetCaretPositions() 1341 if (mvGlyph2Char[nGlyph] == nCharSlot) in GetCaretPositions() 1343 gi = mvGlyphs[nGlyph]; in GetCaretPositions() 1349 if (nGlyph == static_cast<int>(mvGlyphs.size()) || in GetCaretPositions() 1350 mvGlyphs[nGlyph].IsClusterStart()) in GetCaretPositions()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 492 … sal_uInt16 nGlyph = MapChar( pTTFont, (sal_Unicode)i, 0 ); // kerning for horz only in queryMetricPage() local 493 if( nGlyph != 0 ) in queryMetricPage() 494 aGlyphMap[ nGlyph ] = (sal_Unicode)i; in queryMetricPage() 592 … sal_uInt16 nGlyph = MapChar( pTTFont, (sal_Unicode)i, 0 ); // kerning for horz only in queryMetricPage() local 593 if( nGlyph != 0 ) in queryMetricPage() 594 aGlyphMap[ nGlyph ] = (sal_Unicode)i; in queryMetricPage() 4030 sal_Int32 nGlyph = getInt(pEnc[m].Value); in readOverrideMetrics() local 4031 pFont->m_aEncodingVector[ cCode ] = nGlyph; in readOverrideMetrics()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1798 sal_uInt16 nGlyph = ::MapChar( aSftTTF.get(), in GetGlyphWidths() local 1801 if( nGlyph ) in GetGlyphWidths() 1802 rUnicodeEnc[ static_cast<sal_Unicode>(nChar) ] = nGlyph; in GetGlyphWidths()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2231 sal_uInt32 nGlyph = ::MapChar( pSftFont, nUcsChar, bVertical ); in GetGlyphWidths() local 2232 if( nGlyph > 0 ) in GetGlyphWidths() 2233 rUnicodeEnc[ nUcsChar ] = nGlyph; in GetGlyphWidths()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 3020 sal_uInt16 nGlyph = ::MapChar( aSftTTF.get(), in GetGlyphWidths() local 3023 if( nGlyph ) in GetGlyphWidths() 3024 rUnicodeEnc[ static_cast<sal_Unicode>(nChar) ] = nGlyph; in GetGlyphWidths()
|