Searched refs:TrueTypeFont (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 263 typedef struct _TrueTypeFont TrueTypeFont; typedef 305 void VCL_DLLPUBLIC CloseTTFont(TrueTypeFont *); 334 GlyphData *GetTTRawGlyphData(TrueTypeFont *ttf, sal_uInt32 glyphID); 364 int GetTTNameRecords(TrueTypeFont *ttf, NameRecord **nr); 419 int CreateTTFromTTGlyphs(TrueTypeFont *ttf, 450 int CreateT42FromTTGlyphs(TrueTypeFont *ttf, 517 sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch, int bvertical); 524 int DoesVerticalSubstitution( TrueTypeFont *ttf, int bvertical); 560 int CheckSymbolEncoding(TrueTypeFont* ttf); 565 int GetTTGlyphCount( TrueTypeFont* ttf ); [all …]
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 1639 *ttf = (TrueTypeFont*)calloc(1,sizeof(TrueTypeFont)); in allocTrueTypeFont() 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() [all …]
|
H A D | ttcr.hxx | 226 sal_uInt32 glyfAdd(TrueTypeTable *, GlyphData *glyphdata, TrueTypeFont *fnt);
|
H A D | ttcr.cxx | 1273 sal_uInt32 glyfAdd(TrueTypeTable *table, GlyphData *glyphdata, TrueTypeFont *fnt) in glyfAdd()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 559 TrueTypeFont* pTTFont = NULL; in ReadGsubTable() 1480 inline TrueTypeFont * get() const { return m_pFont; } in get() 1483 TrueTypeFont * m_pFont;
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 796 static void CreatePSUploadableFont( TrueTypeFont* pSrcFont, FILE* pTmpFile, in CreatePSUploadableFont() 839 TrueTypeFont *pTTFont; in PSUploadFont()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 419 TrueTypeFont* pTTFont = NULL; in queryMetricPage() 1813 int nNameRecords = GetTTNameRecords( (TrueTypeFont*)pTTFont, &pNameRecords ); in analyzeTrueTypeFamilyName() 1865 TrueTypeFont* pTTFont = NULL; in analyzeTrueTypeFile() 3070 TrueTypeFont* pTTFont = NULL; in isFontDownloadingAllowed() 3594 TrueTypeFont* pTTFont; in getAlternativeFamilyNames() 3684 TrueTypeFont* pTTFont = NULL; // TODO: rename to SfntFont in createFontSubset() 3777 TrueTypeFont* pTTFont = NULL; in getGlyphWidths()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1279 TrueTypeFont* pTTFont = NULL; in ReadGsubTable() 2684 inline TrueTypeFont * get() const { return m_pFont; } in get() 2687 TrueTypeFont * m_pFont;
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2085 TrueTypeFont* pSftFont = NULL; in CreateFontSubset() 2196 TrueTypeFont* pSftFont = NULL; in GetGlyphWidths()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | font.cxx | 876 TrueTypeFont* pTTF = NULL; in identifyTrueTypeFont()
|
Completed in 156 milliseconds