Searched refs:topDictSize (Results 1 – 4 of 4) sorted by relevance
441 ByteStr topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init()449 globalSubrs = &StructAtOffset<CFF2Subrs> (cff2, cff2->topDict + cff2->topDictSize); in init()556 HBUINT16 topDictSize; /* Top DICT size */ member
637 unsigned int topDictSize = TopDict::calculate_serialized_size (topdict_mod, topSzr); in create() local638 offsets.topDictInfo.offSize = calcOffSize(topDictSize); in create()
457 cff2->topDictSize.set (plan.offsets.topDictInfo.size); in _write_cff2()
55 self.topDictSize = struct.unpack(">H", file.read(2))[0]61 file, cff2GetGlyphOrder, self.topDictSize, isCFF2=isCFF2)120 self.topDictSize = topCompiler.getDataLength()121 writer.add(struct.pack(">H", self.topDictSize))324 self.topDictSize = item.getDataLength()337 self.data[1] = struct.pack(">H", self.topDictSize)