Lines Matching refs:scalloc
257 _inline void *scalloc(sal_uInt32 n, sal_uInt32 size) in scalloc() function
326 TableEntry* te = (TableEntry*)scalloc(n, sizeof(TableEntry)); in StreamToMemory()
790 sal_uInt8** subtables = (sal_uInt8**)scalloc(t->n, sizeof(sal_uInt8 *)); in GetRawData_cmap()
791 sal_uInt32* sizes = (sal_uInt32*)scalloc(t->n, sizeof(sal_uInt32)); in GetRawData_cmap()
843 NameRecord* nr = (NameRecord*)scalloc(n, sizeof(NameRecord)); in GetRawData_name()
1098 cmap->s = (CmapSubTable *) scalloc(CMAP_SUBTABLE_INIT, sizeof(CmapSubTable)); in TrueTypeTableNew_cmap()
1228 … CmapSubTable* tmp = (CmapSubTable*)scalloc(t->m + CMAP_SUBTABLE_INCR, sizeof(CmapSubTable)); in cmapAdd()
1250 s[i].xc = (sal_uInt32*)scalloc(CMAP_PAIR_INIT, sizeof(sal_uInt32)); in cmapAdd()
1251 s[i].xg = (sal_uInt32*)scalloc(CMAP_PAIR_INIT, sizeof(sal_uInt32)); in cmapAdd()
1255 sal_uInt32* tmp1 = (sal_uInt32*)scalloc(s[i].m + CMAP_PAIR_INCR, sizeof(sal_uInt32)); in cmapAdd()
1256 sal_uInt32* tmp2 = (sal_uInt32*)scalloc(s[i].m + CMAP_PAIR_INCR, sizeof(sal_uInt32)); in cmapAdd()
1397 gid = (sal_uInt32*)scalloc(nGlyphs, sizeof(sal_uInt32)); in ProcessTables()
1447 … TTSimpleGlyphMetrics* met = (TTSimpleGlyphMetrics*)scalloc(nGlyphs, sizeof(TTSimpleGlyphMetrics)); in ProcessTables()