Home
last modified time | relevance | path

Searched refs:topDictSize (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh445 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
Dhb-subset-cff1.cc655 unsigned int topDictSize = TopDict::calculate_serialized_size (topdict_mod, topSzr); in create() local
656 offsets.topDictInfo.offSize = calcOffSize(topDictSize); in create()
Dhb-subset-cff2.cc462 cff2->topDictSize = plan.offsets.topDictInfo.size; in _write_cff2()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py95 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)