Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh94 struct hmtx : _mtx { struct
95 static const hb_tag_t tableTag = HB_OT_TAG_hmtx;
/external/sfntly/cpp/src/test/
Dverify_hmtx.cc50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table); in VerifyHMTX() local
/external/sfntly/cpp/src/sfntly/
Dtag.cc30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x'); member in sfntly::Tag
Dtag.h36 static const int32_t hmtx; member