Searched defs:hmtx (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A 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/ |
H A D | verify_hmtx.cc | 50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table); in VerifyHMTX() local
|
/third_party/cups-filters/fontembed/ |
H A D | sfnt.h | 29 char *hmtx,*name,*cmap; member
|
H A D | sfnt.c | 552 char *hmtx=otf_get_table(otf,OTF_TAG('h','m','t','x'),&len); in otf_load_more() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A 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/harfbuzz/src/ |
H A D | hb-ot-font.cc | 111 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_glyph_h_advances() local
|
H A D | hb-ot-hmtx-table.hh | 323 struct hmtx : hmtxvmtx<hmtx, hhea> { struct
|
H A D | hb-ot-glyf-table.hh | 1252 const hmtx_accelerator_t *hmtx; member [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | tag.cc | 30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x'); member in sfntly::Tag
|
H A D | tag.h | 36 static const int32_t hmtx; member
|
/third_party/mesa3d/src/imgui/ |
H A 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/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 10977 int loca,head,glyf,hhea,hmtx,kern; /* table locations as offset from start of .ttf */ member
|
Completed in 64 milliseconds