Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hhea-table.hh92 struct hhea : _hea { struct
93 static const hb_tag_t tableTag = HB_OT_TAG_hhea;
/external/sfntly/cpp/src/test/
Dverify_hhea.cc36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table); in VerifyHHEA() local
/external/sfntly/cpp/src/sfntly/
Dtag.cc29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a'); member in sfntly::Tag
Dtag.h35 static const int32_t hhea; member