Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/varLib/
Dmodels.py207 self._computeMasterSupports(keyFunc.axisPoints)
223 axisPoints = {}
229 if axis not in axisPoints:
230 axisPoints[axis] = {0.}
231 assert value not in axisPoints[axis], (
232 'Value "%s" in axisPoints["%s"] --> %s' % (value, axis, axisPoints)
234 axisPoints[axis].add(value)
236 def getKey(axisPoints, axisOrder): argument
241 onPointAxes = [axis for axis,value in loc.items() if value in axisPoints[axis]]
254 ret = getKey(axisPoints, axisOrder)
[all …]