Home
last modified time | relevance | path

Searched defs:FIELD_SIZE (Results 1 – 2 of 2) sorted by relevance

/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
/third_party/node/deps/v8/src/utils/
Dutils.h230 #define FIELD_SIZE(Name) (Name##End + 1 - Name) macro