Lines Matching refs:locationElement
593 … locationElement, instanceObject.location = self._makeLocationElement(instanceObject.location)
594 instanceElement.append(locationElement)
666 locationElement, sourceObject.location = self._makeLocationElement(sourceObject.location)
667 sourceElement.append(locationElement)
682 …locationElement, 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)
888 def readLocationElement(self, locationElement): argument
893 for dimensionElement in locationElement.findall(".dimension"):