Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/fontsubset/
H A Dsft.cxx1957 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()
[all …]
H A Dttcr.cxx1380 TrueTypeTable *glyf, *loca, *head, *maxp, *hhea; in ProcessTables() local
1393 glyf = FindTable(tt, T_glyf); in ProcessTables()
1394 glyphlist = (list) glyf->data; in ProcessTables()
1517 glyf->rawdata = glyfPtr; in ProcessTables()