Lines Matching defs:_this

268 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this)  in TrueTypeCreatorNewEmpty()
280 int AddTable(TrueTypeCreator *_this, TrueTypeTable *table) in AddTable()
288 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag) in RemoveTable()
308 int StreamToMemory(TrueTypeCreator *_this, sal_uInt8 **ptr, sal_uInt32 *length) in StreamToMemory()
389 int StreamToFile(TrueTypeCreator *_this, const char* fname) in StreamToFile()
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()
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()
1180 int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) in GetRawData()
1595 void TrueTypeCreatorDispose(vcl::TrueTypeCreator *_this) in TrueTypeCreatorDispose()
1605 void TrueTypeTableDispose(vcl::TrueTypeTable *_this) in TrueTypeTableDispose()