Home
last modified time | relevance | path

Searched refs:ttmalloc (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx479 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()
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()
[all …]

Completed in 22 milliseconds