Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/fontsubset/
H A Dttcr.cxx790 sal_uInt8** subtables = (sal_uInt8**)scalloc(t->n, sizeof(sal_uInt8 *)); in GetRawData_cmap() local
794 subtables[i] = PackCmap(t->s+i, &l); in GetRawData_cmap()
810 memcpy(cmap + coffset, subtables[i], sizes[i]); in GetRawData_cmap()
811 free(subtables[i]); in GetRawData_cmap()
815 free(subtables); in GetRawData_cmap()