Lines Matching refs:aSftTTF
2782 ScopedTrueTypeFont aSftTTF; in CreateFontSubset() local
2783 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in CreateFontSubset()
2788 ::GetTTGlobalFontInfo( aSftTTF.get(), &aTTInfo ); in CreateFontSubset()
2812 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
2817 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
2842 ::GetTTSimpleGlyphMetrics( aSftTTF.get(), aShortIDs, nGlyphCount, aIFSD.mbVertical ); in CreateFontSubset()
2853 nRC = ::CreateTTFromTTGlyphs( aSftTTF.get(), aToFile.GetBuffer(), aShortIDs, in CreateFontSubset()
2986 ScopedTrueTypeFont aSftTTF; in GetGlyphWidths() local
2987 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in GetGlyphWidths()
2991 int nGlyphs = GetTTGlyphCount( aSftTTF.get() ); in GetGlyphWidths()
2998 TTSimpleGlyphMetrics* pMetrics = ::GetTTSimpleGlyphMetrics( aSftTTF.get(), in GetGlyphWidths()
3020 sal_uInt16 nGlyph = ::MapChar( aSftTTF.get(), in GetGlyphWidths()