Home
last modified time | relevance | path

Searched refs:topDictIndex (Results 1 – 10 of 10) sorted by relevance

/external/fonttools/Tests/cffLib/
DcffLib_test.py53 topDict = font["CFF "].cff.topDictIndex[0]
63 topDict2 = font2["CFF "].cff.topDictIndex[0]
91 topDict2 = font2["CFF2"].cff.topDictIndex[0]
Dspecializer_test.py928 topDict = ttf_font['CFF2'].cff.topDictIndex[0]
949 topDict = ttf_font['CFF2'].cff.topDictIndex[0]
/external/fonttools/Lib/fontTools/varLib/
Dcff.py41 topDict = varFont['CFF2'].cff.topDictIndex[0]
54 topDictData.items = cff.topDictIndex.items
55 cff.topDictIndex = topDictData
292 topDict = _cff_or_cff2(default_font).cff.topDictIndex[0]
308 region_topDict = _cff_or_cff2(region_font).cff.topDictIndex[0]
325 topDict = varFont['CFF2'].cff.topDictIndex[0]
327 _cff_or_cff2(ttFont).cff.topDictIndex[0]
Dmutator.py230 topDict = CFF2.cff.topDictIndex[0]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_e_a_d.py65 topDict = ttFont['CFF '].cff.topDictIndex[0]
68 topDict = ttFont['CFF2'].cff.topDictIndex[0]
D_v_h_e_a.py64 topDict = ttFont['CFF '].cff.topDictIndex[0]
66 topDict = ttFont['CFF2'].cff.topDictIndex[0]
D_h_h_e_a.py78 topDict = ttFont['CFF '].cff.topDictIndex[0]
80 topDict = ttFont['CFF2'].cff.topDictIndex[0]
/external/fonttools/Lib/fontTools/
DfontBuilder.py526 fontSet.topDictIndex = TopDictIndex()
555 fontSet.topDictIndex.append(topDict)
579 fontSet.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None)
613 fontSet.topDictIndex.append(topDict)
632 topDict = self.font["CFF2"].cff.topDictIndex[0]
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh1041 topDictIndex = &StructAtOffset<CFF1TopDictIndex> (nameIndex, nameIndex->get_size ()); in init()
1042 …if ((topDictIndex == &Null (CFF1TopDictIndex)) || !topDictIndex->sanitize (&sc) || (topDictIndex->… in init()
1046 const byte_str_t topDictStr = (*topDictIndex)[0]; in init()
1079 stringIndex = &StructAtOffset<CFF1StringIndex> (topDictIndex, topDictIndex->get_size ()); in init()
1182 const CFF1TopDictIndex *topDictIndex; member
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py92 self.topDictIndex = TopDictIndex(file, isCFF2=isCFF2)
100 self.topDictIndex = TopDictIndex(
104 self.topDictIndex.strings = self.strings
105 self.topDictIndex.GlobalSubrs = self.GlobalSubrs
114 return self.topDictIndex
130 return self.topDictIndex[index]
155 for topDict in self.topDictIndex:
163 topCompiler = self.topDictIndex.getCompiler(strings, self, isCFF2=isCFF2)
185 for topDict in self.topDictIndex:
246 self.topDictIndex = TopDictIndex()
[all …]