Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1590 USHORT aShortIDs[ 256 ]; in CreateFontSubset() local
1610 aShortIDs[i] = static_cast<USHORT>( aGlyphId ); in CreateFontSubset()
1623 aShortIDs[ nNotDef ] = aShortIDs[0]; in CreateFontSubset()
1625 aShortIDs[0] = 0; in CreateFontSubset()
1632 ::GetTTSimpleGlyphMetrics( aSftTTF.get(), aShortIDs, nGlyphCount, aIFSD.mbVertical ); in CreateFontSubset()
1643 nRC = ::CreateTTFromTTGlyphs( aSftTTF.get(), aToFile.GetBuffer(), aShortIDs, in CreateFontSubset()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2114 sal_uInt16 aShortIDs[ 256 ]; in CreateFontSubset() local
2134 aShortIDs[i] = static_cast<sal_uInt16>( aGlyphId ); in CreateFontSubset()
2147 aShortIDs[ nNotDef ] = aShortIDs[0]; in CreateFontSubset()
2149 aShortIDs[0] = 0; in CreateFontSubset()
2160 ::GetTTSimpleGlyphMetrics( pSftFont, aShortIDs, nGlyphCount, bVertical ); in CreateFontSubset()
2171 nRC = ::CreateTTFromTTGlyphs( pSftFont, aToFile.GetBuffer(), aShortIDs, in CreateFontSubset()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2800 sal_uInt16 aShortIDs[ 256 ]; in CreateFontSubset() local
2820 aShortIDs[i] = static_cast<sal_uInt16>( aGlyphId ); in CreateFontSubset()
2833 aShortIDs[ nNotDef ] = aShortIDs[0]; in CreateFontSubset()
2835 aShortIDs[0] = 0; in CreateFontSubset()
2842 ::GetTTSimpleGlyphMetrics( aSftTTF.get(), aShortIDs, nGlyphCount, aIFSD.mbVertical ); in CreateFontSubset()
2853 nRC = ::CreateTTFromTTGlyphs( aSftTTF.get(), aToFile.GetBuffer(), aShortIDs, in CreateFontSubset()

Completed in 46 milliseconds