/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _h_d_m_x.py | 43 self.hdmx = {} 48 self.hdmx[ppem] = widths 58 self.numRecords = len(self.hdmx) 60 items = sorted(self.hdmx.items()) 72 ppems = sorted(self.hdmx.keys()) 76 widths = self.hdmx[ppem] 89 widths = self.hdmx[ppem] 106 self.hdmx = hdmx = {} 108 hdmx[ppem] = {} 121 hdmx[ppems[i]][glyphName] = line[i]
|
/external/harfbuzz_ng/test/api/ |
D | test-subset-drop-tables.c | 47 hb_blob_t *hdmx = hb_face_reference_table (subset, HB_TAG ('h', 'd', 'm', 'x')); in test_subset_drop_tables() local 50 g_assert (!hb_blob_get_length (hdmx)); in test_subset_drop_tables() 53 hb_blob_destroy (hdmx); in test_subset_drop_tables()
|
D | Makefile.am | 47 test-subset-hdmx \
|
/external/harfbuzz_ng/src/ |
D | hb-ot-hdmx-table.hh | 83 struct hdmx struct 124 hdmx *hdmx_prime = c->serializer->start_embed <hdmx> (); in subset()
|
D | hb-subset.cc | 163 result = _subset2<const OT::hdmx> (plan); in _subset_table()
|
D | Makefile.sources | 75 hb-ot-hdmx-table.hh \
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag 94 Tag::hdmx,
|
D | tag.h | 68 static const int32_t hdmx; member
|
D | font.cc | 452 Table::Builder* raw_hdmx_builder = GetBuilder(builder_map, Tag::hdmx); in InterRelateBuilders()
|
/external/sfntly/cpp/src/test/ |
D | test_data.cc | 48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
|
D | hdmx_test.cc | 39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx)); in TestReadingHdmxTable()
|
/external/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 135 } else if (tag == Tag::hdmx) { in GetBuilder()
|
/external/sfntly/doc/ |
D | MicroTypeExpress.md | 34 of the MicroType Express format, including the hdmx tables, push
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 1746 self.hdmx = {sz:_dict_subset(l, s.glyphs) for sz,l in self.hdmx.items()} 1747 for sz in self.hdmx: 1749 self.hdmx[sz][g] = 0 1750 return bool(self.hdmx)
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 140 "$_src/hb-ot-hdmx-table.hh",
|
/external/fonttools/ |
D | README.rst | 111 fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, kern, lcar,
|
D | PKG-INFO | 121 fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, kern, lcar, 628 - [subset] Insert empty widths into hdmx when retaining gids (#1458). 1747 - Fixed hdmx endian bug 1760 - More tables supported: hdmx, vhea, vmtx
|
D | NEWS.rst | 211 - [subset] Insert empty widths into hdmx when retaining gids (#1458). 1330 - Fixed hdmx endian bug 1343 - More tables supported: hdmx, vhea, vmtx
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 121 fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, kern, lcar, 628 - [subset] Insert empty widths into hdmx when retaining gids (#1458). 1747 - Fixed hdmx endian bug 1760 - More tables supported: hdmx, vhea, vmtx
|
/external/freetype/ |
D | ChangeLog.22 | 744 tt_face_get_device_metrics) [FT_OPTIMIZE_MEMORY]: `hdmx' is not 996 after the tables' tags; `hdmx' is TrueType-specific and thus the 1017 * src/truetype/ttpload.c, src/truetype/ttpload.h: `hdmx' loading and
|
D | ChangeLog.21 | 883 Don't define `hdmx', `num_kern_pairs', `kern_table_index',
|
/external/freetype/docs/ |
D | CHANGES | 932 TrueType module supports it to ignore data from the `hdmx'
|