Home
last modified time | relevance | path

Searched defs:bhed (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestFontUtils.java162 FontDataTable bhed = font.getTable(Tag.intValue("bhed")); in buildAndCheckFont() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc70 const int32_t Tag::bhed = TAG('b', 'h', 'e', 'd'); member in sfntly::Tag
Dtag.h92 static const int32_t bhed; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java99 public static final int bhed = Tag.intValue(new byte[]{'b', 'h', 'e', 'd'}); field in Tag