Home
last modified time | relevance | path

Searched refs:readLong (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontInputStream.java198 return 0xffffffffL & this.readLong(); in readULong()
223 public int readLong() throws IOException { in readLong() method in FontInputStream
234 return this.readLong(); in readFixed()
DReadableFontData.java461 public int readLong(int index) { in readLong() method in ReadableFontData
474 return this.readLong(index); in readFixed()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
DOpenTypeDataTests.java45 assertEquals(-16711423, data.readLong(0)); in testRead()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DHorizontalDeviceMetricsTable.java66 return data.readLong(Offset.sizeDeviceRecord.offset); in recordSize()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js224 this.readLong = function () { method