Searched defs:writeByte (Results 1 – 6 of 6) 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
285 GLubyte writeByte; in EmptyBitmap() local
104 this.writeByte = function (...args) { method