Searched refs:pSftFont (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2085 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() 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 2201 const int nGlyphCount = ::GetTTGlyphCount( pSftFont ); in GetGlyphWidths() 2210 pSftFont, &aGlyphIds[0], nGlyphCount, bVertical ); in GetGlyphWidths() 2231 sal_uInt32 nGlyph = ::MapChar( pSftFont, nUcsChar, bVertical ); in GetGlyphWidths() [all …]
|
Completed in 14 milliseconds