Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2157 …TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0, *cmap=0, *name=0, *pos… in CreateTTFromTTGlyphs() local
2209hhea = TrueTypeTableNew_hhea(GetUInt16(p, 4, 1), GetUInt16(p, 6, 1), GetUInt16(p, 8, 1), GetUInt16… in CreateTTFromTTGlyphs()
2211 hhea = TrueTypeTableNew_hhea(0, 0, 0, 0, 0); in CreateTTFromTTGlyphs()
2275 AddTable(ttcr, name); AddTable(ttcr, maxp); AddTable(ttcr, hhea); in CreateTTFromTTGlyphs()
2389 TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0; in CreateT42FromTTGlyphs() local
2416hhea = TrueTypeTableNew_hhea(GetUInt16(p, 4, 1), GetUInt16(p, 6, 1), GetUInt16(p, 8, 1), GetUInt16… in CreateT42FromTTGlyphs()
2418 hhea = TrueTypeTableNew_hhea(0, 0, 0, 0, 0); in CreateT42FromTTGlyphs()
2447 AddTable(ttcr, head); AddTable(ttcr, hhea); AddTable(ttcr, maxp); AddTable(ttcr, cvt); in CreateT42FromTTGlyphs()
H A Dttcr.cxx1381 TrueTypeTable *glyf, *loca, *head, *maxp, *hhea; in ProcessTables() local
1559 hhea = FindTable(tt, T_hhea); assert(hhea != 0); in ProcessTables()
1560 hheaPtr = (sal_uInt8 *) hhea->data; in ProcessTables()

Completed in 46 milliseconds