Searched refs:writeUShort (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py137 writer.writeUShort(value)
164 writer.writeUShort(value)
176 writer.writeUShort(int(round(value * 10)))
228 writer.writeUShort(0)
295 writer.writeUShort(format)
357 writer.writeUShort(tmp)
360 writer.writeUShort(tmp)
H A DotBase.py423 def writeUShort(self, value): member in class:OTTableWriter
715 writer.writeUShort(self.Format)
800 writer.writeUShort(0)
804 writer.writeUShort(value)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py137 writer.writeUShort(value)
164 writer.writeUShort(value)
176 writer.writeUShort(int(round(value * 10)))
228 writer.writeUShort(0)
295 writer.writeUShort(format)
357 writer.writeUShort(tmp)
360 writer.writeUShort(tmp)
H A DotBase.py423 def writeUShort(self, value): member in class:OTTableWriter
715 writer.writeUShort(self.Format)
800 writer.writeUShort(0)
804 writer.writeUShort(value)

Completed in 84 milliseconds