Home
last modified time | relevance | path

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

/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2085 TrueTypeFont* pSftFont = NULL; in CreateFontSubset() local
2086 int nRC = ::OpenTTFontBuffer( (void*)&aBuffer[0], aBuffer.size(), 0, &pSftFont); in CreateFontSubset()
2092 ::GetTTGlobalFontInfo( pSftFont, &aTTInfo ); in CreateFontSubset()
2125 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset()
2131 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset()
2160 ::GetTTSimpleGlyphMetrics( pSftFont, aShortIDs, nGlyphCount, bVertical ); in CreateFontSubset()
2171 nRC = ::CreateTTFromTTGlyphs( pSftFont, aToFile.GetBuffer(), aShortIDs, in CreateFontSubset()
2173 ::CloseTTFont(pSftFont); in CreateFontSubset()
2196 TrueTypeFont* pSftFont = NULL; in GetGlyphWidths() local
2197 int nRC = ::OpenTTFontBuffer( (void*)&aBuffer[0], aBuffer.size(), 0, &pSftFont); in GetGlyphWidths()
[all …]