Home
last modified time | relevance | path

Searched refs:aSftTTF (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1572 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
1770 int nGlyphs = GetTTGlyphCount( aSftTTF.get() ); in GetGlyphWidths()
1777 TTSimpleGlyphMetrics* pMetrics = ::GetTTSimpleGlyphMetrics( aSftTTF.get(), in GetGlyphWidths()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2782 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()
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()
[all …]

Completed in 50 milliseconds