Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx257 _inline void *scalloc(sal_uInt32 n, sal_uInt32 size) in scalloc() function
326 TableEntry* te = (TableEntry*)scalloc(n, sizeof(TableEntry)); in StreamToMemory()
791 sal_uInt8** subtables = (sal_uInt8**)scalloc(t->n, sizeof(sal_uInt8 *)); in GetRawData_cmap()
792 sal_uInt32* sizes = (sal_uInt32*)scalloc(t->n, sizeof(sal_uInt32)); in GetRawData_cmap()
844 NameRecord* nr = (NameRecord*)scalloc(n, sizeof(NameRecord)); in GetRawData_name()
1099 cmap->s = (CmapSubTable *) scalloc(CMAP_SUBTABLE_INIT, sizeof(CmapSubTable)); in TrueTypeTableNew_cmap()
1251 s[i].xc = (sal_uInt32*)scalloc(CMAP_PAIR_INIT, sizeof(sal_uInt32)); in cmapAdd()
1252 s[i].xg = (sal_uInt32*)scalloc(CMAP_PAIR_INIT, sizeof(sal_uInt32)); in cmapAdd()
1256 sal_uInt32* tmp1 = (sal_uInt32*)scalloc(s[i].m + CMAP_PAIR_INCR, sizeof(sal_uInt32)); in cmapAdd()
1257 sal_uInt32* tmp2 = (sal_uInt32*)scalloc(s[i].m + CMAP_PAIR_INCR, sizeof(sal_uInt32)); in cmapAdd()
[all …]
H A Dsft.cxx246 _inline void *scalloc(size_t n, size_t size) in scalloc() function
2230 sal_uInt32* gID = (sal_uInt32*)scalloc(nGlyphs, sizeof(sal_uInt32)); in CreateTTFromTTGlyphs()
2318 res->offs = (sal_uInt32*)scalloc(res->nGlyphs, sizeof(sal_uInt32)); in GlyphOffsetsNew()
2347 sal_uInt32* offs = (sal_uInt32*)scalloc(numTables, sizeof(sal_uInt32)); in DumpSfnts()
2441 sal_uInt16* gID = (sal_uInt16*)scalloc(nGlyphs, sizeof(sal_uInt32)); in CreateT42FromTTGlyphs()

Completed in 51 milliseconds