Lines Matching refs:ttmalloc
479 static sal_uInt8 *ttmalloc(sal_uInt32 nbytes) in ttmalloc() function
696 p = _this->rawdata = ttmalloc(nbytes); in GetRawData_glyf()
801 _this->rawdata = cmap = ttmalloc(cmapsize); in GetRawData_cmap()
862 sal_uInt8* name = (sal_uInt8*)ttmalloc(nameLen); in GetRawData_name()
907 post = ttmalloc(postLen); in GetRawData_post()
972 pdata->ptr = ttmalloc(nbytes); in TrueTypeTableNew()
996 sal_uInt8* ptr = (sal_uInt8*)ttmalloc(TABLESIZE_head); in TrueTypeTableNew_head()
1025 sal_uInt8* ptr = (sal_uInt8*)ttmalloc(TABLESIZE_hhea); in TrueTypeTableNew_hhea()
1064 table->data = ttmalloc(TABLESIZE_maxp); in TrueTypeTableNew_maxp()
1446 sal_uInt8* glyfPtr = ttmalloc(glyfLen); in ProcessTables()
1447 sal_uInt8* locaPtr = ttmalloc(locaLen); in ProcessTables()
1568 hmtxPtr = ttmalloc(hmtxSize); in ProcessTables()