Home
last modified time | relevance | path

Searched defs:writeChar (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java135 public void writeChar(byte c) throws IOException { in writeChar() method in FontOutputStream
DWritableFontData.java245 public int writeChar(int index, byte c) { in writeChar() method in WritableFontData
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js139 this.writeChar = function (...args) { method