Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/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
Dhb-ot-glyf-table.hh1252 const hmtx_accelerator_t *hmtx; member
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset-drop-tables.c49 hb_blob_t *hmtx = hb_face_reference_table (subset, HB_TAG ('h', 'm', 't', 'x')); in test_subset_drop_tables() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dverify_hmtx.cc50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table); in VerifyHMTX() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHdmxEncoder.java39 HorizontalMetricsTable hmtx = sourceFont.getTable(Tag.hmtx); in encode() local
/third_party/skia/third_party/externals/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
/third_party/cups-filters/fontembed/
Dsfnt.h29 char *hmtx,*name,*cmap; member
Dsfnt.c552 char *hmtx=otf_get_table(otf,OTF_TAG('h','m','t','x'),&len); in otf_load_more() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java42 public static final int hmtx = Tag.intValue(new byte[]{'h', 'm', 't', 'x'}); field in Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
DSFLint.java161 HorizontalMetricsTable hmtx = (HorizontalMetricsTable) font.getTable(Tag.hmtx); in lintAdvanceWidths() local
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member