Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh323 struct hmtx : hmtxvmtx<hmtx, hhea> { struct
324 static constexpr hb_tag_t tableTag = HB_OT_TAG_hmtx;
325 static constexpr hb_tag_t variationsTag = HB_OT_TAG_HVAR;
326 static constexpr bool is_horizontal = true;
Dhb-ot-font.cc111 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_glyph_h_advances() local
/external/harfbuzz_ng/test/api/
Dtest-subset-drop-tables.c48 hb_blob_t *hmtx = hb_face_reference_table (subset, HB_TAG ('h', 'm', 't', 'x')); in test_subset_drop_tables() local
/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
/external/mesa3d/src/imgui/
Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member