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.hh441 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
Dhb-subset-cff1.cc637 unsigned int topDictSize = TopDict::calculate_serialized_size (topdict_mod, topSzr); in create() local
638 offsets.topDictInfo.offSize = calcOffSize(topDictSize); in create()
Dhb-subset-cff2.cc457 cff2->topDictSize.set (plan.offsets.topDictInfo.size); in _write_cff2()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py55 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)