Lines Matching refs:ttcr
2156 TrueTypeCreator *ttcr; in CreateTTFromTTGlyphs() local
2161 TrueTypeCreatorNewEmpty(T_true, &ttcr); in CreateTTFromTTGlyphs()
2275 AddTable(ttcr, name); AddTable(ttcr, maxp); AddTable(ttcr, hhea); in CreateTTFromTTGlyphs()
2276 AddTable(ttcr, head); AddTable(ttcr, glyf); AddTable(ttcr, cmap); in CreateTTFromTTGlyphs()
2277 AddTable(ttcr, cvt ); AddTable(ttcr, prep); AddTable(ttcr, fpgm); in CreateTTFromTTGlyphs()
2278 AddTable(ttcr, post); AddTable(ttcr, os2); in CreateTTFromTTGlyphs()
2280 if ((res = StreamToFile(ttcr, fname)) != SF_OK) { in CreateTTFromTTGlyphs()
2286 TrueTypeCreatorDispose(ttcr); in CreateTTFromTTGlyphs()
2388 TrueTypeCreator *ttcr; in CreateT42FromTTGlyphs() local
2403 TrueTypeCreatorNewEmpty(T_true, &ttcr); in CreateT42FromTTGlyphs()
2447 AddTable(ttcr, head); AddTable(ttcr, hhea); AddTable(ttcr, maxp); AddTable(ttcr, cvt); in CreateT42FromTTGlyphs()
2448 AddTable(ttcr, prep); AddTable(ttcr, glyf); AddTable(ttcr, fpgm); in CreateT42FromTTGlyphs()
2450 if ((res = StreamToMemory(ttcr, &sfntP, &sfntLen)) != SF_OK) { in CreateT42FromTTGlyphs()
2451 TrueTypeCreatorDispose(ttcr); in CreateT42FromTTGlyphs()
2487 TrueTypeCreatorDispose(ttcr); in CreateT42FromTTGlyphs()