Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/varLib/
Dinterpolatable.py60 def _matching_cost(G, matching): function
69 return list(cols), _matching_cost(G, cols)
78 return cols, _matching_cost(G, cols)
88 best_cost = _matching_cost(G, best)
90 cost = _matching_cost(G, p)