Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/varLib/
Dmodels.py215 self._computeMasterSupports(keyFunc.axisPoints)
232 axisPoints = {}
238 if axis not in axisPoints:
239 axisPoints[axis] = {0.}
240 assert value not in axisPoints[axis], (
241 'Value "%s" in axisPoints["%s"] --> %s' % (value, axis, axisPoints)
243 axisPoints[axis].add(value)
245 def getKey(axisPoints, axisOrder): argument
252 if axis in axisPoints
253 and value in axisPoints[axis]
[all …]