Home
last modified time | relevance | path

Searched defs:writeShort (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java156 public void writeShort(int s) throws IOException { in writeShort() method in FontOutputStream
DWritableFontData.java285 public int writeShort(int index, int s) { in writeShort() method in WritableFontData
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java156 public void writeShort(int s) throws IOException { in writeShort() method in FontOutputStream
DWritableFontData.java285 public int writeShort(int index, int s) { in writeShort() method in WritableFontData
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js109 this.writeShort = function (...args) { method