Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py593locationElement, instanceObject.location = self._makeLocationElement(instanceObject.location)
594 instanceElement.append(locationElement)
666 locationElement, sourceObject.location = self._makeLocationElement(sourceObject.location)
667 sourceElement.append(locationElement)
682locationElement, data['instanceLocation'] = self._makeLocationElement(data.get('instanceLocation'))
683 glyphElement.append(locationElement)
699 locationElement, m['location'] = self._makeLocationElement(m.get('location'))
700 masterElement.append(locationElement)
883 for locationElement in element.findall('.location'):
884 elementLocation = self.readLocationElement(locationElement)
[all …]