Lines Matching refs:TrueTypeFont

420 _inline const sal_uInt8* getTable( TrueTypeFont *ttf, sal_uInt32 ord)  in getTable()
425 _inline sal_uInt32 getTableSize(TrueTypeFont *ttf, sal_uInt32 ord) in getTableSize()
498 static void GetMetrics(TrueTypeFont *ttf, sal_uInt32 glyphID, TTGlyphMetrics *metrics) in GetMetrics()
526 static int GetTTGlyphOutline(TrueTypeFont *, sal_uInt32 , ControlPoint **, TTGlyphMetrics *, std::v…
529 static int GetSimpleTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTG… in GetSimpleTTOutline()
620 static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, T… in GetCompoundTTOutline()
825 static int GetTTGlyphOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTGl… in GetTTGlyphOutline()
1091 static void GetNames(TrueTypeFont *t) in GetNames()
1393 static void FindCmap(TrueTypeFont *ttf) in FindCmap()
1492 static void GetKern(TrueTypeFont *ttf) in GetKern()
1551 static void KernGlyphsPrim1(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim1()
1562 static void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim2()
1637 static void allocTrueTypeFont( TrueTypeFont** ttf ) in allocTrueTypeFont()
1639 *ttf = (TrueTypeFont*)calloc(1,sizeof(TrueTypeFont)); in allocTrueTypeFont()
1652 static int doOpenTTFont( sal_uInt32 facenum, TrueTypeFont* t );
1655 int OpenTTFontFile( const char* fname, sal_uInt32 facenum, TrueTypeFont** ttf ) in OpenTTFontFile()
1714 int OpenTTFontBuffer(void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFont** ttf) in OpenTTFontBuffer()
1727 static int doOpenTTFont( sal_uInt32 facenum, TrueTypeFont* t ) in doOpenTTFont()
1918 void CloseTTFont(TrueTypeFont *ttf) /*FOLD01*/ in CloseTTFont()
1945 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray) in GetTTGlyphPoints()
1950 int GetTTGlyphComponents(TrueTypeFont *ttf, sal_uInt32 glyphID, std::vector< sal_uInt32 >& glyphlis… in GetTTGlyphComponents()
1992 int CreateT3FromTTGlyphs(TrueTypeFont *ttf, FILE *outf, const char *fname, /*FOLD00*/ in CreateT3FromTTGlyphs()
2147 int CreateTTFromTTGlyphs(TrueTypeFont *ttf, in CreateTTFromTTGlyphs()
2381 int CreateT42FromTTGlyphs(TrueTypeFont *ttf, in CreateT42FromTTGlyphs()
2496 int MapString(TrueTypeFont *ttf, sal_uInt16 *str, int nchars, sal_uInt16 *glyphArray, int bvertical) in MapString()
2546 sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch, int bvertical) in MapChar()
2569 int DoesVerticalSubstitution( TrueTypeFont *ttf, int bvertical) in DoesVerticalSubstitution()
2579 int GetTTGlyphCount( TrueTypeFont* ttf ) in GetTTGlyphCount()
2584 bool GetSfntTable( TrueTypeFont* ttf, int nSubtableIndex, in GetSfntTable()
2595 TTSimpleGlyphMetrics *GetTTSimpleGlyphMetrics(TrueTypeFont *ttf, sal_uInt16 *glyphArray, int nGlyph… in GetTTSimpleGlyphMetrics()
2650 TTSimpleGlyphMetrics *GetTTSimpleCharMetrics(TrueTypeFont * ttf, sal_uInt16 firstChar, int nChars, … in GetTTSimpleCharMetrics()
2669 void GetTTGlobalFontInfo(TrueTypeFont *ttf, TTGlobalFontInfo *info) in GetTTGlobalFontInfo()
2743 void KernGlyphs(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern) in KernGlyphs()
2759 GlyphData *GetTTRawGlyphData(TrueTypeFont *ttf, sal_uInt32 glyphID) in GetTTRawGlyphData()
2818 int GetTTNameRecords(TrueTypeFont *ttf, NameRecord **nr) in GetTTNameRecords()
2898 TrueTypeFont *fnt; in main()
2948 TrueTypeFont *fnt; in main()
2989 TrueTypeFont *fnt; in main()
3023 TrueTypeFont *fnt; in main()
3122 TrueTypeFont *fnt; in main()
3162 TrueTypeFont *fnt; in main()
3243 TrueTypeFont *fnt; in main()
3277 TrueTypeFont *fnt; in main()
3300 TrueTypeFont *fnt; in main()
3326 TrueTypeFont *fnt; in main()