Searched refs:TrueTypeCreator (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vcl/source/fontsubset/ |
H A D | ttcr.hxx | 38 typedef struct _TrueTypeCreator TrueTypeCreator; typedef 72 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this); 79 int AddTable(TrueTypeCreator *_this, TrueTypeTable *table); 88 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag); 98 int StreamToMemory(TrueTypeCreator *_this, sal_uInt8 **ptr, sal_uInt32 *length); 104 int StreamToFile(TrueTypeCreator *_this, const char* fname); 248 void TrueTypeCreatorDispose(vcl::TrueTypeCreator *_this);
|
H A D | ttcr.cxx | 268 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this) in TrueTypeCreatorNewEmpty() 270 TrueTypeCreator* ptr = (TrueTypeCreator*)smalloc(sizeof(TrueTypeCreator)); in TrueTypeCreatorNewEmpty() 280 int AddTable(TrueTypeCreator *_this, TrueTypeTable *table) in AddTable() 288 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag) in RemoveTable() 306 static void ProcessTables(TrueTypeCreator *); 308 int StreamToMemory(TrueTypeCreator *_this, sal_uInt8 **ptr, sal_uInt32 *length) in StreamToMemory() 389 int StreamToFile(TrueTypeCreator *_this, const char* fname) in StreamToFile() 1349 static TrueTypeTable *FindTable(TrueTypeCreator *tt, sal_uInt32 tag) in FindTable() 1379 static void ProcessTables(TrueTypeCreator *tt) in ProcessTables() 1595 void TrueTypeCreatorDispose(vcl::TrueTypeCreator *_this) in TrueTypeCreatorDispose() [all …]
|
H A D | sft.cxx | 2156 TrueTypeCreator *ttcr; in CreateTTFromTTGlyphs() 2388 TrueTypeCreator *ttcr; in CreateT42FromTTGlyphs()
|
Completed in 54 milliseconds