Lines Matching refs:glyf
1957 const sal_uInt8* glyf = getTable(ttf, O_glyf); in GetTTGlyphComponents() local
1958 const sal_uInt8* ptr = glyf + ttf->goffsets[glyphID]; in GetTTGlyphComponents()
2157 …TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0, *cmap=0, *name=0, *pos… in CreateTTFromTTGlyphs() local
2229 glyf = TrueTypeTableNew_glyf(); in CreateTTFromTTGlyphs()
2233 gID[i] = glyfAdd(glyf, GetTTRawGlyphData(ttf, glyphArray[i]), ttf); in CreateTTFromTTGlyphs()
2276 AddTable(ttcr, head); AddTable(ttcr, glyf); AddTable(ttcr, cmap); in CreateTTFromTTGlyphs()
2363 sal_uInt8 *glyf = sfntP + off; in DumpSfnts() local
2368 HexFmtBlockWrite(h, glyf + o, l); in DumpSfnts()
2389 TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0; in CreateT42FromTTGlyphs() local
2440 glyf = TrueTypeTableNew_glyf(); in CreateT42FromTTGlyphs()
2444 gID[i] = (sal_uInt16)glyfAdd(glyf, GetTTRawGlyphData(ttf, glyphArray[i]), ttf); in CreateT42FromTTGlyphs()
2448 AddTable(ttcr, prep); AddTable(ttcr, glyf); AddTable(ttcr, fpgm); in CreateT42FromTTGlyphs()
2481 for (i = 1; i < (int)glyfCount(glyf); i++) { in CreateT42FromTTGlyphs()
2761 const sal_uInt8* glyf = getTable(ttf, O_glyf); in GetTTRawGlyphData() local
2778 const sal_uInt8* srcptr = glyf + ttf->goffsets[glyphID]; in GetTTRawGlyphData()