Searched refs:glyf (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 1957 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 D | ttcr.cxx | 1380 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()
|
Completed in 32 milliseconds