Searched refs:CMAP_SUBTABLE_INIT (Results 1 – 1 of 1) sorted by relevance
438 #define CMAP_SUBTABLE_INIT 10 macro1098 cmap->m = CMAP_SUBTABLE_INIT; in TrueTypeTableNew_cmap()1099 cmap->s = (CmapSubTable *) scalloc(CMAP_SUBTABLE_INIT, sizeof(CmapSubTable)); in TrueTypeTableNew_cmap()1100 memset(cmap->s, 0, sizeof(CmapSubTable) * CMAP_SUBTABLE_INIT); in TrueTypeTableNew_cmap()
Completed in 17 milliseconds