Home
last modified time | relevance | path

Searched refs:masterModel (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
D__init__.py216 def _add_gvar(font, masterModel, master_ttfs, tolerance=0.5, optimize=True): argument
224 defaultMasterIndex = masterModel.reverseMapping[0]
245 model, allData = masterModel.getSubModel(allData)
308 def _merge_TTHinting(font, masterModel, master_ttfs): argument
367 …deltas, supports = masterModel.getDeltasAndSupports(all_cvs, round=round) # builtin round calls in…
390 def _add_HVAR(font, masterModel, master_ttfs, axisTags): argument
391 _add_VHVAR(font, masterModel, master_ttfs, axisTags, HVAR_FIELDS)
393 def _add_VVAR(font, masterModel, master_ttfs, axisTags): argument
394 _add_VHVAR(font, masterModel, master_ttfs, axisTags, VVAR_FIELDS)
396 def _add_VHVAR(font, masterModel, master_ttfs, axisTags, tableFields): argument
[all …]
Dcff.py357 def merge_charstrings(glyphOrder, num_masters, top_dicts, masterModel): argument
370 model, model_cs = masterModel.getSubModel(all_cs)
420 _add_new_vsindex(masterModel, key, masterSupports, vsindex_dict,
Dmerger.py1013 masterModel = None
1019 masterModel = self.model
1020 model, lst = masterModel.getSubModel(lst)
1025 if masterModel:
1026 self.setModel(masterModel)