Searched refs:hhea (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 2157 …TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0, *cmap=0, *name=0, *pos… in CreateTTFromTTGlyphs() local 2209 …hhea = 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 2416 …hhea = 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 D | ttcr.cxx | 1381 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 26 milliseconds