Searched refs:MapChar (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 575 if( ::MapChar( pTTFont, cChar, 0 ) != ::MapChar( pTTFont, cChar, 1 ) ) in ReadGsubTable() 1602 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset() 1607 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset() 1798 sal_uInt16 nGlyph = ::MapChar( aSftTTF.get(), in GetGlyphWidths()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1295 if( ::MapChar( pTTFont, cChar, 0 ) != ::MapChar( pTTFont, cChar, 1 ) ) in ReadGsubTable() 2812 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset() 2817 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset() 3020 sal_uInt16 nGlyph = ::MapChar( aSftTTF.get(), in GetGlyphWidths()
|
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 517 sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch, int bvertical);
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2125 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset() 2131 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset() 2231 sal_uInt32 nGlyph = ::MapChar( pSftFont, nUcsChar, bVertical ); in GetGlyphWidths()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 492 … sal_uInt16 nGlyph = MapChar( pTTFont, (sal_Unicode)i, 0 ); // kerning for horz only in queryMetricPage() 592 … sal_uInt16 nGlyph = MapChar( pTTFont, (sal_Unicode)i, 0 ); // kerning for horz only in queryMetricPage()
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 2546 sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch, int bvertical) in MapChar() function
|
Completed in 82 milliseconds