Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2230 sal_uInt32* gID = (sal_uInt32*)scalloc(nGlyphs, sizeof(sal_uInt32)); in CreateTTFromTTGlyphs() local
2233 gID[i] = glyfAdd(glyf, GetTTRawGlyphData(ttf, glyphArray[i]), ttf); in CreateTTFromTTGlyphs()
2240 cmapAdd(cmap, 0x010000, encoding[i], gID[i]); in CreateTTFromTTGlyphs()
2287 free(gID); in CreateTTFromTTGlyphs()
2441 sal_uInt16* gID = (sal_uInt16*)scalloc(nGlyphs, sizeof(sal_uInt32)); in CreateT42FromTTGlyphs() local
2444 gID[i] = (sal_uInt16)glyfAdd(glyf, GetTTRawGlyphData(ttf, glyphArray[i]), ttf); in CreateT42FromTTGlyphs()
2452 free(gID); in CreateT42FromTTGlyphs()
2472 fprintf(outf, "Encoding %d /glyph%d put\n", encoding[i], gID[i]); in CreateT42FromTTGlyphs()
2488 free(gID); in CreateT42FromTTGlyphs()

Completed in 46 milliseconds