Lines Matching refs:aSftTTF
1572 ScopedTrueTypeFont aSftTTF; in CreateFontSubset() local
1573 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in CreateFontSubset()
1578 ::GetTTGlobalFontInfo( aSftTTF.get(), &aTTInfo ); in CreateFontSubset()
1602 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
1607 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
1632 ::GetTTSimpleGlyphMetrics( aSftTTF.get(), aShortIDs, nGlyphCount, aIFSD.mbVertical ); in CreateFontSubset()
1643 nRC = ::CreateTTFromTTGlyphs( aSftTTF.get(), aToFile.GetBuffer(), aShortIDs, in CreateFontSubset()
1765 ScopedTrueTypeFont aSftTTF; in GetGlyphWidths() local
1766 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in GetGlyphWidths()
1770 int nGlyphs = GetTTGlyphCount( aSftTTF.get() ); in GetGlyphWidths()
1777 TTSimpleGlyphMetrics* pMetrics = ::GetTTSimpleGlyphMetrics( aSftTTF.get(), in GetGlyphWidths()
1798 sal_uInt16 nGlyph = ::MapChar( aSftTTF.get(), in GetGlyphWidths()