Home
last modified time | relevance | path

Searched refs:getRecordAt (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRecordList.java84 return getRecordAt(readData, sizeOfList(index)); in get()
120 return getRecordAt(readData, sizeOfList(current++)); in iterator()
157 protected abstract T getRecordAt(ReadableFontData data, int pos); in getRecordAt() method
DRangeRecordList.java20 protected RangeRecord getRecordAt(ReadableFontData data, int offset) { in getRecordAt() method in RangeRecordList
DSubstLookupRecordList.java20 protected SubstLookupRecord getRecordAt(ReadableFontData data, int offset) { in getRecordAt() method in SubstLookupRecordList
DTagOffsetRecordList.java33 protected TagOffsetRecord getRecordAt(ReadableFontData data, int offset) { in getRecordAt() method in TagOffsetRecordList
DNumRecordList.java50 protected NumRecord getRecordAt(ReadableFontData data, int offset) { in getRecordAt() method in NumRecordList
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_pasteboard.js89 getRecordAt: function (...args) { method