Searched refs:topDictSize (Results 1 – 4 of 4) sorted by relevance
445 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init()453 globalSubrs = &StructAtOffset<CFF2Subrs> (cff2, cff2->topDict + cff2->topDictSize); in init()561 HBUINT16 topDictSize; /* Top DICT size */ member
655 unsigned int topDictSize = TopDict::calculate_serialized_size (topdict_mod, topSzr); in create() local656 offsets.topDictInfo.offSize = calcOffSize(topDictSize); in create()
462 cff2->topDictSize = plan.offsets.topDictInfo.size; in _write_cff2()
95 self.topDictSize = struct.unpack(">H", file.read(2))[0]101 file, cff2GetGlyphOrder, self.topDictSize, isCFF2=isCFF2)168 self.topDictSize = topCompiler.getDataLength()169 writer.add(struct.pack(">H", self.topDictSize))395 self.topDictSize = item.getDataLength()408 self.data[1] = struct.pack(">H", self.topDictSize)