Lines Matching refs:TrueTypeTable

280 int AddTable(TrueTypeCreator *_this, TrueTypeTable *table)  in AddTable()
295 if (((TrueTypeTable *) listCurrent(_this->tables))->tag == tag) { in RemoveTable()
330 … GetRawData((TrueTypeTable *) listCurrent(_this->tables), &te[i].data, &te[i].length, &te[i].tag); in StreamToMemory()
498 static void TrueTypeTableDispose_generic(TrueTypeTable *_this) in TrueTypeTableDispose_generic()
510 static void TrueTypeTableDispose_head(TrueTypeTable *_this) in TrueTypeTableDispose_head()
518 static void TrueTypeTableDispose_hhea(TrueTypeTable *_this) in TrueTypeTableDispose_hhea()
526 static void TrueTypeTableDispose_loca(TrueTypeTable *_this) in TrueTypeTableDispose_loca()
538 static void TrueTypeTableDispose_maxp(TrueTypeTable *_this) in TrueTypeTableDispose_maxp()
546 static void TrueTypeTableDispose_glyf(TrueTypeTable *_this) in TrueTypeTableDispose_glyf()
554 static void TrueTypeTableDispose_cmap(TrueTypeTable *_this) in TrueTypeTableDispose_cmap()
577 static void TrueTypeTableDispose_name(TrueTypeTable *_this) in TrueTypeTableDispose_name()
585 static void TrueTypeTableDispose_post(TrueTypeTable *_this) in TrueTypeTableDispose_post()
605 void (*f)(TrueTypeTable *);
620 static int GetRawData_generic(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *t… in GetRawData_generic()
633 static int GetRawData_head(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_head()
642 static int GetRawData_hhea(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_hhea()
651 static int GetRawData_loca(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_loca()
668 static int GetRawData_maxp(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_maxp()
677 static int GetRawData_glyf(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_glyf()
776 static int GetRawData_cmap(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_cmap()
827 static int GetRawData_name(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_name()
896 static int GetRawData_post(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData_post()
932 int (*f)(TrueTypeTable *, sal_uInt8 **, sal_uInt32 *, sal_uInt32 *);
963 TrueTypeTable *TrueTypeTableNew(sal_uInt32 tag, in TrueTypeTableNew()
967 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew()
985 TrueTypeTable *TrueTypeTableNew_head(sal_uInt32 fontRevision, in TrueTypeTableNew_head()
995 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_head()
1018 TrueTypeTable *TrueTypeTableNew_hhea(sal_Int16 ascender, in TrueTypeTableNew_hhea()
1024 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_hhea()
1047 TrueTypeTable *TrueTypeTableNew_loca(void) in TrueTypeTableNew_loca()
1049 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_loca()
1061 TrueTypeTable *TrueTypeTableNew_maxp( const sal_uInt8* maxp, int size) in TrueTypeTableNew_maxp()
1063 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_maxp()
1076 TrueTypeTable *TrueTypeTableNew_glyf(void) in TrueTypeTableNew_glyf()
1078 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_glyf()
1092 TrueTypeTable *TrueTypeTableNew_cmap(void) in TrueTypeTableNew_cmap()
1094 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_cmap()
1133 TrueTypeTable *TrueTypeTableNew_name(int n, NameRecord *nr) in TrueTypeTableNew_name()
1135 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_name()
1156 TrueTypeTable *TrueTypeTableNew_post(sal_uInt32 format, in TrueTypeTableNew_post()
1163 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_post()
1180 int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData()
1207 void cmapAdd(TrueTypeTable *table, sal_uInt32 id, sal_uInt32 c, sal_uInt32 g) in cmapAdd()
1274 sal_uInt32 glyfAdd(TrueTypeTable *table, GlyphData *glyphdata, TrueTypeFont *fnt) in glyfAdd()
1329 sal_uInt32 glyfCount(const TrueTypeTable *table) in glyfCount()
1337 void nameAdd(TrueTypeTable *table, NameRecord *nr) in nameAdd()
1349 static TrueTypeTable *FindTable(TrueTypeCreator *tt, sal_uInt32 tag) in FindTable()
1356 if (((TrueTypeTable *) listCurrent(tt->tables))->tag == tag) { in FindTable()
1357 return (TrueTypeTable*)listCurrent(tt->tables); in FindTable()
1381 TrueTypeTable *glyf, *loca, *head, *maxp, *hhea; in ProcessTables()
1605 void TrueTypeTableDispose(vcl::TrueTypeTable *_this) in TrueTypeTableDispose()