Home
last modified time | relevance | path

Searched refs:hdmx (Results 1 – 20 of 20) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_d_m_x.py43 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/
Dhb-ot-hdmx-table.hh120 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()
Dhb-subset.cc149 result = _subset<const OT::hdmx> (plan); in _subset_table()
DMakefile.sources65 hb-ot-hdmx-table.hh \
/external/sfntly/cpp/src/sfntly/
Dtag.cc52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag
94 Tag::hdmx,
Dtag.h68 static const int32_t hdmx; member
Dfont.cc451 Table::Builder* raw_hdmx_builder = GetBuilder(builder_map, Tag::hdmx); in InterRelateBuilders()
/external/sfntly/cpp/src/test/
Dtest_data.cc48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
Dhdmx_test.cc39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx)); in TestReadingHdmxTable()
/external/sfntly/cpp/src/sfntly/table/
Dtable.cc135 } else if (tag == Tag::hdmx) { in GetBuilder()
/external/harfbuzz_ng/test/api/
DMakefile.am46 test-subset-hdmx \
/external/skia/third_party/harfbuzz/
DBUILD.gn95 "$_src/hb-ot-hdmx-table.hh",
/external/fonttools/Lib/fontTools/subset/
D__init__.py1732 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/
DREADME.rst111 fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, kern, lcar,
DPKG-INFO121 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
DNEWS.rst84 - [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/
DPKG-INFO121 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/
DChangeLog.22744 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
DChangeLog.21883 Don't define `hdmx', `num_kern_pairs', `kern_table_index',
/external/freetype/docs/
DCHANGES751 TrueType module supports it to ignore data from the `hdmx'