Searched defs:hmtx (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-hmtx-table.hh | 323 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;
|
D | hb-ot-font.cc | 111 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_glyph_h_advances() local
|
/external/harfbuzz_ng/test/api/ |
D | test-subset-drop-tables.c | 48 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/ |
D | verify_hmtx.cc | 50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table); in VerifyHMTX() local
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x'); member in sfntly::Tag
|
D | tag.h | 36 static const int32_t hmtx; member
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|