Home
last modified time | relevance | path

Searched defs:writeByte (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp84 void WaveFileWriter::writeByte(uint8_t b) { in writeByte() function in WaveFileWriter
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dwriter.js65 Writer.prototype.writeByte = function (b) { method in Writer
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DWritableFontData.java159 public int writeByte(int index, byte b) { in writeByte() method in WritableFontData
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DWritableFontData.java159 public int writeByte(int index, byte b) { in writeByte() method in WritableFontData
/third_party/mesa3d/src/glx/
Dpixel.c285 GLubyte writeByte; in EmptyBitmap() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js104 this.writeByte = function (...args) { method