Home
last modified time | relevance | path

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

/trunk/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()
2229 glyf = TrueTypeTableNew_glyf(); 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()
2440 glyf = TrueTypeTableNew_glyf(); 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
[all …]
H A Dttcr.cxx1381 TrueTypeTable *glyf, *loca, *head, *maxp, *hhea; in ProcessTables() local
1394 glyf = FindTable(tt, T_glyf); in ProcessTables()
1395 glyphlist = (list) glyf->data; in ProcessTables()
1518 glyf->rawdata = glyfPtr; in ProcessTables()

Completed in 35 milliseconds