Searched refs:TABLESIZE_maxp (Results 1 – 1 of 1) sorted by relevance
420 #define TABLESIZE_maxp 32 macro670 *len = TABLESIZE_maxp; in GetRawData_maxp()1064 table->data = ttmalloc(TABLESIZE_maxp); in TrueTypeTableNew_maxp()1066 if (maxp && size == TABLESIZE_maxp) { in TrueTypeTableNew_maxp()1067 memcpy(table->data, maxp, TABLESIZE_maxp); in TrueTypeTableNew_maxp()
Completed in 9 milliseconds