/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/src/ |
D | hb-ot-hdmx-table.hh | 120 struct hdmx struct 135 bool serialize (hb_serialize_context_t *c, const hdmx *source_hdmx, hb_subset_plan_t *plan) in serialize() argument 157 static size_t get_subsetted_size (const hdmx *source_hdmx, hb_subset_plan_t *plan) in get_subsetted_size() argument 165 hdmx *dest = (hdmx *) malloc (dest_size); in subset() 173 hdmx *hdmx_prime = c.start_serialize<hdmx> (); in subset()
|
D | hb-subset.cc | 149 result = _subset<const OT::hdmx> (plan); in _subset_table()
|
D | Makefile.sources | 65 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 | 451 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/harfbuzz_ng/test/api/ |
D | Makefile.am | 46 test-subset-hdmx \
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 95 "$_src/hb-ot-hdmx-table.hh",
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 1732 self.hdmx = {sz:_dict_subset(l, s.glyphs) for sz,l in self.hdmx.items()} 1733 for sz in self.hdmx: 1735 self.hdmx[sz][g] = 0 1736 return bool(self.hdmx)
|
/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, 501 - [subset] Insert empty widths into hdmx when retaining gids (#1458). 1620 - Fixed hdmx endian bug 1633 - More tables supported: hdmx, vhea, vmtx
|
D | NEWS.rst | 84 - [subset] Insert empty widths into hdmx when retaining gids (#1458). 1203 - Fixed hdmx endian bug 1216 - 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, 501 - [subset] Insert empty widths into hdmx when retaining gids (#1458). 1620 - Fixed hdmx endian bug 1633 - 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 | 751 TrueType module supports it to ignore data from the `hdmx'
|