Searched defs:writeByte (Results 1 – 5 of 5) sorted by relevance
84 void WaveFileWriter::writeByte(uint8_t b) { in writeByte() function in WaveFileWriter
65 Writer.prototype.writeByte = function (b) { method in Writer
159 public int writeByte(int index, byte b) { in writeByte() method in WritableFontData
104 this.writeByte = function (...args) { method