Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DHeaderTable.java12 protected static final int FIELD_SIZE = 2; field in HeaderTable
23 return data.readUShort(base + index * FIELD_SIZE); in getField()
27 return FIELD_SIZE * fieldCount(); in headerSize()
73 return FIELD_SIZE * fieldCount(); in headerSize()
89 newData.writeUShort(entry.getKey() * FIELD_SIZE, entry.getValue()); in subSerialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DHeaderTable.java12 protected static final int FIELD_SIZE = 2; field in HeaderTable
23 return data.readUShort(base + index * FIELD_SIZE); in getField()
27 return FIELD_SIZE * fieldCount(); in headerSize()
73 return FIELD_SIZE * fieldCount(); in headerSize()
89 newData.writeUShort(entry.getKey() * FIELD_SIZE, entry.getValue()); in subSerialize()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DReverseChainSingleSubst.java13 private static final int COVERAGE_INDEX = SubstSubtable.FIELD_SIZE;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DReverseChainSingleSubst.java13 private static final int COVERAGE_INDEX = SubstSubtable.FIELD_SIZE;
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h205 constexpr char FIELD_SIZE[] = "field_size"; variable
Dmatmul_info.cc109 auto field_size_iter = attrs_.find(FIELD_SIZE); in GetAttrs()