/third_party/skia/third_party/externals/harfbuzz/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
|
D | hb-ot-glyf-table.hh | 1252 const hmtx_accelerator_t *hmtx; member
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-drop-tables.c | 49 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/ |
D | verify_hmtx.cc | 50 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/ |
D | HdmxEncoder.java | 39 HorizontalMetricsTable hmtx = sourceFont.getTable(Tag.hmtx); in encode() local
|
/third_party/skia/third_party/externals/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
|
/third_party/cups-filters/fontembed/ |
D | sfnt.h | 29 char *hmtx,*name,*cmap; member
|
D | sfnt.c | 552 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/ |
D | Tag.java | 42 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/ |
D | SFLint.java | 161 HorizontalMetricsTable hmtx = (HorizontalMetricsTable) font.getTable(Tag.hmtx); in lintAdvanceWidths() local
|
/third_party/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
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|