Searched refs:MapString (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | sft.hxx | 506 …int VCL_DLLPUBLIC MapString(TrueTypeFont *ttf, sal_uInt16 *str, int nchars, sal_uInt16 *glyphArray…
|
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 2496 int MapString(TrueTypeFont *ttf, sal_uInt16 *str, int nchars, sal_uInt16 *glyphArray, int bvertical) in MapString() function 2659 if ((n = MapString(ttf, str, nChars, 0, mode)) != -1) { in GetTTSimpleCharMetrics() 2927 MapString(fnt, chars, 2, g); in main()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 879 MapString (pTTFont, pUChars, (*aCharSet).size(), pTTGlyphMapping, mbVertical); in PSUploadFont()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 436 MapString( pTTFont, table, nCharacters, NULL, 0 ); in queryMetricPage() 455 MapString( pTTFont, table_vert, nCharacters, NULL, 1 ); in queryMetricPage()
|
Completed in 97 milliseconds